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

Namespace: Kentico.Forms.Web.Mvc.Widgets
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
See Also