Click or drag to resize
FormFieldRenderingConfigurationLabelHtmlAttributes Property
Gets or sets the HTML attributes for the form's 'label' element. An empty dictionary by default.

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

Property Value

Type: IDictionaryString, Object
See Also