[]
        
(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)
Public Function HtmlAttributes(attributes As Object) As TBuilder
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)
Public Function HtmlAttributes(attributes As IDictionary(Of String, Object)) As TBuilder
Parameters
Type Name Description
IDictionary<string, object> attributes

The HTML attributes.

Returns
Type Description
TBuilder

Current builder.