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)
68var result = helper.Password("Property1", value: null, htmlAttributes: attributes); 87var result = helper.Password("Property1", "explicit-value", attributes); 103var result = helper.Password("Property1", "explicit-value", htmlAttributes: null); 121var result = helper.Password("Property1", "explicit-value", htmlAttributes: null); 137var result = helper.Password(name, "explicit-value", htmlAttributes: null); 155() => helper.Password(expression, value: null, htmlAttributes: null), 170var result = helper.Password(expression, value: null, htmlAttributes: htmlAttributes); 192var result = helper.Password("Property1", value: null, htmlAttributes: attributes); 209var result = helper.Password("Property2", value: null, htmlAttributes: null); 245var result = helper.Password(expression, value: null, htmlAttributes: attributes);