Implemented interface member:
method
Password
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper.Password(System.String, System.Object, System.Object)
10 references to Password
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (10)
Rendering\HtmlHelperPasswordTest.cs (10)
68
var result = helper.
Password
("Property1", value: null, htmlAttributes: attributes);
87
var result = helper.
Password
("Property1", "explicit-value", attributes);
103
var result = helper.
Password
("Property1", "explicit-value", htmlAttributes: null);
121
var result = helper.
Password
("Property1", "explicit-value", htmlAttributes: null);
137
var result = helper.
Password
(name, "explicit-value", htmlAttributes: null);
155
() => helper.
Password
(expression, value: null, htmlAttributes: null),
170
var result = helper.
Password
(expression, value: null, htmlAttributes: htmlAttributes);
192
var result = helper.
Password
("Property1", value: null, htmlAttributes: attributes);
209
var result = helper.
Password
("Property2", value: null, htmlAttributes: null);
245
var result = helper.
Password
(expression, value: null, htmlAttributes: attributes);