* 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
This web site is used for functional tests of the Razor Pages feature of MVC.