aspnetcore/test/WebSites/ViewComponentWebSite
Ryan Nowak 229724c4ea Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
..
Namespace1
…
Namespace2
…
Views
…
wwwroot
…
EnumerableViewComponent.cs
…
FullNameController.cs
…
HomeController.cs Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
IntegerViewComponent.cs
…
SampleModel.cs
…
SelectManySampleModel.cs
…
Startup.cs
…
TestViewComponent.cs
…
ViewComponentResultController.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
ViewComponentWebSite.xproj
…
ViewDataComponent.cs Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md
…

readme.md

ViewComponentsWebSite

This web site illustrates how to use custom view components.