FormFieldRenderingConfigurationLabelHtmlAttributes Property |
Gets or sets the HTML attributes for the form's 'label' element. An empty dictionary by default.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public IDictionary<string, Object> LabelHtmlAttributes { get; set; }
Property Value
Type:
IDictionaryString,
ObjectSee Also