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
Namespace2
Views
wwwroot
EnumerableViewComponent.cs
FullNameController.cs
HomeController.cs
IntegerViewComponent.cs
SampleModel.cs
SelectManySampleModel.cs
Startup.cs
TestViewComponent.cs
ViewComponentResultController.cs
ViewComponentWebSite.xproj
ViewDataComponent.cs
project.json
readme.md

readme.md

ViewComponentsWebSite

This web site illustrates how to use custom view components.