aspnetcore/test/WebSites/RazorPagesWebSite/Pages/PropertyBinding
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
..
BindPropertiesOnModel.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertiesOnModel.cshtml Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertiesWithSupportsGetOnModel.cs Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertiesWithSupportsGetOnModel.cshtml Introduce BindPropertiesAttribute 2018-04-20 14:32:14 -07:00
BindPropertyWithGet.cshtml
PageModelWithPropertyAndArgumentBinding.cs
PageModelWithPropertyBinding.cs
PageModelWithPropertyBinding.cshtml
PagePropertyBinding.cshtml
PageWithPropertyAndArgumentBinding.cshtml
_ViewImports.cshtml