Table of Contents

Interface IFormBuilderDefinition

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

Definition of a component with markup for Form builder.

public interface IFormBuilderDefinition : IComponentDefinition
Inherited Members
Extension Methods

Properties

DefinitionType

Gets the type of the component.

Type DefinitionType { get; }

Property Value

Type

Name

Name of the registered component.

string Name { get; }

Property Value

string