[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilder-2.HtmlAttribute

HtmlAttribute Method

HtmlAttribute(string, string)

Configurates HtmlAttributes. Sets the HTML attributes.

Declaration
public TBuilder HtmlAttribute(string key, string value)
Parameters
Type Name Description
string key

The key of the HTML attribute.

string value

The value of the HTML attribute.

Returns
Type Description
TBuilder

Current builder.