aspnetcore/test/WebSites/BasicWebSite
Pranav K ebdb3c650a Smooth rough ApiBehavior edges
Fixes #7262
2018-01-22 09:53:21 -08:00
..
Areas [Design] Split up MvcRouteHandler 2016-06-07 08:12:47 -07:00
Components
Controllers Support conflict resolution when multiple precompiled views have the same path 2018-01-16 08:04:39 -08:00
Conventions
Filters Introduce IAlwaysRunResultFilter \ IAsyncAlwaysRunResultFilter (#7120) 2017-12-22 10:52:52 -08:00
Formatters
Models Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
Views [Fixes #6591] TempData should support nullable types 2017-12-04 15:33:22 -08:00
wwwroot/lib/jquery-validation-unobtrusive Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
ActionDescriptorCreationCounter.cs
BasicWebSite.csproj Marked CookieTempDataProvider's cookie as non-essential 2018-01-05 15:41:01 -08:00
ContactsRepository.cs Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
Program.cs Revert "Revert "Improvements to the testing package."" 2017-09-19 21:45:05 -07:00
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs
RequestScopedTagHelper.cs
Startup.cs Use AddHttpContextAccessor method added in aspnet/HttpAbstractions#947 2017-10-03 08:52:59 -07:00
StartupRequestLimitSize.cs Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter. 2017-09-12 17:03:24 -07:00
StartupWithCookieTempDataProviderAndCookieConsent.cs Marked CookieTempDataProvider's cookie as non-essential 2018-01-05 15:41:01 -08:00
StartupWithSessionTempDataProvider.cs Avoid saving TempData in case of unhandled exceptions. [Fixes #6598] BUG? Accessing TempData prevent response to have content on error. 2017-09-07 13:13:27 -07:00
StoreIntoTempDataActionResult.cs [Fixes #5212] Added a cookie based ITempDataProvider 2016-10-03 14:04:57 -07:00
VndError.cs Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
VndErrorAttribute.cs Introduce a filter to send bad request results with details when ModelState is invalid (#6849) 2017-09-21 11:09:32 -07:00
VndErrorDescriptionProvider.cs Smooth rough ApiBehavior edges 2018-01-22 09:53:21 -08:00
_bower.json Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
_bower.readme Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07:00
_gruntfile.js House Cleaning - Spelling and grammar 🚿 2017-08-30 14:58:44 -07:00
_package.json Add `[Remote(routeName : "name")]` tests 2016-05-03 12:25:00 -07: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.