Method GenerateCheckBox
|
Improve this Doc
View Source
GenerateCheckBox(ViewContext, String, Column, Nullable<Boolean>, Object)
Declaration
public virtual TagBuilder GenerateCheckBox(ViewContext viewContext, string fullFieldName, Column column, bool? isChecked, object htmlAttributes)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Mvc.Rendering.ViewContext |
viewContext |
|
System.String |
fullFieldName |
|
Column |
column |
|
System.Nullable<System.Boolean> |
isChecked |
|
System.Object |
htmlAttributes |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.TagBuilder |
|
Implements