Method GeneratePassword
|
Improve this Doc
View Source
GeneratePassword(ViewContext, String, Column, Object, Object)
Declaration
public virtual TagBuilder GeneratePassword(ViewContext viewContext, string fullHtmlFieldName, Column column, object value, object htmlAttributes)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Mvc.Rendering.ViewContext |
viewContext |
|
System.String |
fullHtmlFieldName |
|
Column |
column |
|
System.Object |
value |
|
System.Object |
htmlAttributes |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.TagBuilder |
|
Implements