You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
As part of #6653, we're allowing BindPropertyAttribute to be applied to page model instances. Adding a BindProperty on a property will override the attribute's configuration on the type, however there isn't a way to opt out of this. Should we allow a setting that allows this?
Note:
We already have BindNeverAttribute that applies to sub-level properties and not top-level properties. We could expand it to support top-level properties.