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