I wrote this in my code, one of my test razor page.
<input value= "3"/>
And after I run the project, in the WebPage I has saw the value is 3. But I saw in the DOM , it doesn't have value attribute.
So when I just use the DOM what I saw to create a html and open it, I could not see the value 3.
How can I get the DOM that include the input value;
Look forward your reply;
thanks