aspnetcore/test/WebSites/BasicWebSite/Controllers
Pranav K 5d5222cdd8 Introduce BindPropertiesAttribute
* Allow controller and Razor Page models to be annotated with BindPropertiesAttribute
* Disallow BindPropertyAttribute from being declared on types.
* Do not allow arbitrary binding attributes to be applied to Razor Page models.

Fixes #7686
2018-04-20 14:32:14 -07:00
..
ActionConstraints
ContentNegotiation [Fixes 7139] Add format filter mapping for xml formatters 2018-01-10 15:18:37 -08:00
LinkGeneration
ActionResultOfTController.cs
AntiforgeryController.cs
AsyncActionsController.cs
AuthorizeUserController.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
BindPropertiesController.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertiesSupportsGetController.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
ContactApiController.cs Use ModelMetadataProvider to infer BindingSource on application model 2018-04-02 09:48:49 -07:00
DefaultValuesController.cs [Fixes #7518] NullReferenceException thrown when Controller method uses Guid parameter default value 2018-03-27 05:22:20 -07:00
FiltersController.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
HomeController.cs Fix issues with RazorCompileOnBuild=true being default 2018-03-09 14:39:18 -08:00
JsonResultController.cs
MonitorController.cs
OrderController.cs
PageRouteController.cs
PassThroughController.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00
RemoteAttribute_HomeController.cs
RemoteAttribute_VerifyController.cs
RequestFormLimitsController.cs
RequestScopedServiceController.cs
RequestSizeLimitController.cs
RoutingController.cs
SqlDataController.cs
TempDataController.cs Marked CookieTempDataProvider's cookie as non-essential 2018-01-05 15:41:01 -08:00
TempDataPropertyController.cs [Fixes #6591] TempData should support nullable types 2017-12-04 15:33:22 -08:00
TestingController.cs Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
UsersController.cs
ViewDataPropertyController.cs Introduce ViewDataAttribute 2018-03-30 14:19:52 -07:00