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
When adding a validation attribute, you can specify the ErrorMessage. This message can be added to the input as a title attribute and displayed to the user.
<divclass="form-group mb-2"><labelasp-for="Name"></label><inputasp-for="Name" type="text" class="form-control"
title="Must be Khalid or RoboCop"
pattern="(Khalid|RoboCop)"></div>
The text was updated successfully, but these errors were encountered:
When adding a validation attribute, you can specify the
ErrorMessage
. This message can be added to the input as atitle
attribute and displayed to the user.The text was updated successfully, but these errors were encountered: