Click or drag to resize
ElementRenderingConfigurationHtmlAttributes Property
Gets or sets optional attributes that should be added to the element. An empty dictionary by default.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IDictionary<string, Object> HtmlAttributes { get; set; }

Property Value

Type: IDictionaryString, Object
Remarks
Property value is ignored if CustomHtml value is set.
See Also