[]
        
(Showing Draft Content)

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

HtmlAttributes Method

HtmlAttributes(object)

Configurates HtmlAttributes. Sets the HTML attributes.

Declaration
public TBuilder HtmlAttributes(object attributes)
Parameters
Type Name Description
object attributes

The HTML attributes.

Returns
Type Description
TBuilder

Current builder.

HtmlAttributes(IDictionary<string, object>)

Configurates HtmlAttributes. Sets the HTML attributes.

Declaration
public TBuilder HtmlAttributes(IDictionary<string, object> attributes)
Parameters
Type Name Description
IDictionary<string, object> attributes

The HTML attributes.

Returns
Type Description
TBuilder

Current builder.