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.
Though IsBindingAllowed and IsBindingRequired are likely now set correctly in ModelMetadata -- as part of the #6790 fixes, [BindRequired], [BindNever] and so on do not impact model binding of page model properties.
works as expected if the Required property is in a controller. But no model error occurs when the same property is in page model. (In both cases, the form does not include an <input/> field for Required.)