Implemented interface member:
method
PasswordFor<TResult>
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TModel>.PasswordFor<TResult>(System.Linq.Expressions.Expression<System.Func<TModel, TResult>>, System.Object)
6 references to PasswordFor
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (6)
Rendering\HtmlHelperPasswordTest.cs (6)
263var result = helper.PasswordFor(m => m.Property1, htmlAttributes); 278var result = helper.PasswordFor(m => m.Property1, htmlAttributes: null); 300var result = helper.PasswordFor(m => m.Property1, attributes); 317var result = helper.PasswordFor(m => m.Property2, htmlAttributes: null); 371var result = helper.PasswordFor(expression, attributes); 440var result = helper.PasswordFor(m => m.Property7, htmlAttributes: null);