aspnetcore/test/WebSites/BasicWebSite
N. Taylor Mullen 096007b394 Updated `Controller`s `ViewComponent` method to handle arguments.
- This bit was missed when changing the `ViewComponent` invocation pattern resulting in the inability to invoke `ViewComponent`s with arguments in a `Controller`.

#4004
2016-02-02 15:42:23 -08:00
..
Areas
Components Updated `Controller`s `ViewComponent` method to handle arguments. 2016-02-02 15:42:23 -08:00
Controllers Updated `Controller`s `ViewComponent` method to handle arguments. 2016-02-02 15:42:23 -08:00
Conventions
Formatters
Models
Views Updated `Controller`s `ViewComponent` method to handle arguments. 2016-02-02 15:42:23 -08:00
wwwroot
ActionDescriptorCreationCounter.cs
BasicWebSite.xproj
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs
bower.json
gruntfile.js
hosting.json
package.json Revert "Try out a Karma test or two" 2016-01-25 15:35:54 -08:00
project.json Reference Microsoft.NETCore.Platforms where necessary. 2016-02-02 14:22:07 -08:00
readme.md

readme.md

BasicWebSite

This web site illustrates many commonly used features including but not limited to link generation, action results and content negotiation, RouteData amongst others.