Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/try0/aspmvcexample
.NET Framework MVC Example Application
https://github.com/try0/aspmvcexample
ajax asp-net-mvc dotnet example lazy-loading model-binding net48
Last synced: 11 days ago
JSON representation
.NET Framework MVC Example Application
- Host: GitHub
- URL: https://github.com/try0/aspmvcexample
- Owner: try0
- Created: 2022-01-09T14:49:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-12T10:07:35.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T21:04:30.724Z (about 2 months ago)
- Topics: ajax, asp-net-mvc, dotnet, example, lazy-loading, model-binding, net48
- Language: C#
- Homepage:
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AspMvcExample
.NET Framework MVC Example ApplicationASP.NET MVC学習用
### ログインフォーム
* [Controller](WebApp.MVC/Controllers/LoginFormExampleController.cs)
* [View](WebApp.MVC/Views/LoginFormExample/Index.cshtml)![image](https://user-images.githubusercontent.com/17096601/148722305-49a2c2d9-b02b-4dc0-9915-df4d4a58e057.png)
### リスト
* [Controller](WebApp.MVC/Controllers/ListExampleController.cs)
* [View](WebApp.MVC/Views/ListExample/Index.cshtml)![image](https://user-images.githubusercontent.com/17096601/148722319-9666d56b-b651-4ec7-ba5a-8d38aa741b4c.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)
* [HtmlHelper](WebApp.MVC.Core/Extensions/HtmlHelperExtensions.cs)![image](https://user-images.githubusercontent.com/17096601/148722326-9c6b92c5-0818-42fa-9baa-c450dfde562d.png)
### ネストされたパーシャルビュー
* [Controller Nested](WebApp.MVC/Controllers/PartialViewExampleController.cs)
* [View](WebApp.MVC/Views/PartialViewExample/Nested.cshtml)
* [NestedView](WebApp.MVC/Views/Shared/_NestedView.cshtml)
* [HtmlHelper](WebApp.MVC.Core/Extensions/HtmlHelperExtensions.cs)![image](https://user-images.githubusercontent.com/17096601/148722348-ab1067d1-340c-4f45-848f-d0d8142898fc.png)
### パーシャルビュー Ajax Lazy Load
* [Controller](WebApp.MVC/Controllers/AjaxExampleController.cs)
* [View](WebApp.MVC/Views/AjaxExample/Index.cshtml)![AjaxLazyLoad](https://user-images.githubusercontent.com/17096601/148722499-aa705367-7b7b-4a60-8849-dfacb3a3b1e7.gif)