houtzai / NetMVCWorkshop1

0 stars 0 forks source link

[CodeReview]-MVC-View #2

Open GSSBilly opened 5 years ago

GSSBilly commented 5 years ago

MVC Razor Helper

[EditorFor 有緩存機制應謹慎使用,並留意 Model State的控制]

https://github.com/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Views/Book/Create.cshtml#L21

GSSBilly commented 5 years ago

MVC Razor Helper

[所有 Dom 物件請使用 Razor Helper 產生]

https://github.com/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Views/Book/Create.cshtml#L68

GSSBilly commented 5 years ago

應使用下拉選單

https://github.com/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Views/Book/Create.cshtml#L61

https://github.com/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Views/Book/Edit.cshtml#L64

https://github.com/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Views/Book/Edit.cshtml#L72

https://github.com/houtzai/NetMVCWorkshop1/blob/ec9439a530032986122474a7a6407720b2462b47/NETMVCWorkshop1/Views/Book/Edit.cshtml#L80