Update working-with-forms.md (#27425)
Reopens https://github.com/dotnet/AspNetCore.Docs/pull/27399 Fixes: https://github.com/dotnet/aspnetcore/issues/43808 <img width="1416" alt="image" src="https://user-images.githubusercontent.com/14852843/198159859-7f74b9fb-1403-4ab7-87a3-2eb16e1e543e.png">pull/27427/head
parent
71ed9790f1
commit
7da6d6684d
|
@ -505,8 +505,6 @@ The generated HTML (when the model is valid):
|
|||
|
||||
```html
|
||||
<form action="/DemoReg/Register" method="post">
|
||||
<div class="validation-summary-valid" data-valmsg-summary="true">
|
||||
<ul><li style="display:none"></li></ul></div>
|
||||
Email: <input name="Email" id="Email" type="email" value=""
|
||||
data-val-required="The Email field is required."
|
||||
data-val-email="The Email field is not a valid email address."
|
||||
|
|
Loading…
Reference in New Issue