* 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 |
||
|---|---|---|
| .. | ||
| BindPropertiesOnModel.cs | ||
| BindPropertiesOnModel.cshtml | ||
| BindPropertiesWithSupportsGetOnModel.cs | ||
| BindPropertiesWithSupportsGetOnModel.cshtml | ||
| BindPropertyWithGet.cshtml | ||
| PageModelWithPropertyAndArgumentBinding.cs | ||
| PageModelWithPropertyBinding.cs | ||
| PageModelWithPropertyBinding.cshtml | ||
| PagePropertyBinding.cshtml | ||
| PageWithPropertyAndArgumentBinding.cshtml | ||
| _ViewImports.cshtml | ||