Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
try0 authored Jan 9, 2022
1 parent 8606ae3 commit 321fb0a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,35 @@
ASP.NET MVC学習用

### ログインフォーム
* [Controller](WebApp.MVC/Controllers/LoginFormExampleController.cs)
* [View](WebApp.MVC/Views/LoginFormExample/Index.cshtml)


![image](https://user-images.githubusercontent.com/17096601/148688068-2d6a99b5-54a4-49fc-b8bc-157f4e63e717.png)


### リスト
* [Controller](WebApp.MVC/Controllers/ListExampleController.cs)
* [View](WebApp.MVC/Views/ListExample/Index.cshtml)


![image](https://user-images.githubusercontent.com/17096601/148688089-62490210-8371-4096-a13c-f5721ffb9d07.png)


### パーシャルビュー
* [Controller Index](WebApp.MVC/Controllers/PartialViewExampleController.cs)
* [View](WebApp.MVC/Views/PartialViewExample/Index.cshtml)
* [TimeDropdownListView](WebApp.MVC/Views/Shared/_TimeDropdownListView.cshtml)
* [TimeDropdownView](WebApp.MVC/Views/Shared/_TimeDropdownView.cshtml)


![image](https://user-images.githubusercontent.com/17096601/148688100-b707f932-d96a-4306-9f89-0c09901d3c42.png)


### ネストされたパーシャルビュー
* [Controller Nested](WebApp.MVC/Controllers/PartialViewExampleController.cs)
* [View](WebApp.MVC/Views/PartialViewExample/Nested.cshtml)
* [NestedView](WebApp.MVC/Views/Shared/_NestedView.cshtml)


![image](https://user-images.githubusercontent.com/17096601/148688128-7eebc934-7ef6-4503-b3c7-329085434af0.png)

0 comments on commit 321fb0a

Please sign in to comment.