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 has been archived by the owner on Dec 14, 2018. It is now read-only.
One of the new goals for model binding is to use Data Annotations attribute as they were intended. As such, the RequiredAttribute just means that value can't be null, as opposed to meaning that the value must be present in the serialized data.
The text was updated successfully, but these errors were encountered:
Was introduced in the fix for #468.
One of the new goals for model binding is to use Data Annotations attribute as they were intended. As such, the RequiredAttribute just means that value can't be null, as opposed to meaning that the value must be present in the serialized data.
The text was updated successfully, but these errors were encountered: