[]
Configurates HtmlAttributes. Sets the HTML attributes.
public TBuilder HtmlAttributes(object attributes)
Type | Name | Description |
---|---|---|
object | attributes | The HTML attributes. |
Type | Description |
---|---|
TBuilder | Current builder. |
Configurates HtmlAttributes. Sets the HTML attributes.
public TBuilder HtmlAttributes(IDictionary<string, object> attributes)
Type | Name | Description |
---|---|---|
IDictionary<string, object> | attributes | The HTML attributes. |
Type | Description |
---|---|
TBuilder | Current builder. |