2 instantiations of TextBoxModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxTest.cs (2)
21
var model = new
TextBoxModel
();
48
var model = new
TextBoxModel
();
2 references to TextBoxModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
Rendering\HtmlHelperTextBoxTest.cs (2)
21
var
model = new TextBoxModel();
48
var
model = new TextBoxModel();