[]
Configurates HtmlAttributes. Sets the HTML attributes.
public TBuilder HtmlAttributes(object attributes)
Public Function HtmlAttributes(attributes As Object) As TBuilder
| 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)
Public Function HtmlAttributes(attributes As IDictionary(Of String, Object)) As TBuilder
| Type | Name | Description |
|---|---|---|
| IDictionary<string, object> | attributes | The HTML attributes. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |