aspnetcore/test/WebSites/ViewComponentWebSite
Ryan Nowak e91ce4560f Fix #2338 - Add ViewComponentResult
Makes it easier to render a view component from inside a controller. This
makes it possible to implement behavior where an ajax request refreshes
part of a page.
2015-07-23 17:52:52 -07:00
..
Namespace1 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Namespace2 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views Rename _GlobalImport.cshtml files to _ViewImports.cshtml 2015-05-21 12:27:08 -07:00
wwwroot
EnumerableViewComponent.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FullNameController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HomeController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
IntegerViewComponent.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SampleModel.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SelectManySampleModel.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
TestViewComponent.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewComponentResultController.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
ViewComponentWebSite.xproj
ViewDataComponent.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json
readme.md

readme.md

ViewComponentsWebSite

This web site illustrates how to use custom view components.