Table of Contents

Class BindablePropertyAttribute

Namespace
Kentico.Forms.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Use this attribute to enable value binding for a form component property.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class BindablePropertyAttribute : Attribute
Inheritance
object
Attribute
BindablePropertyAttribute
Extension Methods

See Also

FormComponent<TProperties, TValue>