[]
Configurates HtmlAttributes. Sets the HTML attributes.
public TBuilder HtmlAttribute(string key, string value)
Type | Name | Description |
---|---|---|
string | key | The key of the HTML attribute. |
string | value | The value of the HTML attribute. |
Type | Description |
---|---|
TBuilder | Current builder. |