aspnetcore/test/WebSites/BasicWebSite
Doug Bunting b35922e373 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 14:39:12 -08:00
..
Areas
Components
Controllers [Fixes #4085] Controller helper inconsistency: HttpNotFound(), Ok() 2016-02-19 09:25:04 -08:00
Conventions
Formatters [Fixes #4051] Split OutputFormatter into OutputFormatter and TextOutputFormatter 2016-02-12 12:04:18 -08:00
Models
Views
wwwroot
ActionDescriptorCreationCounter.cs
BasicWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs Updating to use cli 2016-02-22 17:49:51 -08:00
bower.json
gruntfile.js
package.json
project.json Transition to Netstandard. 2016-03-01 13:39:31 -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.