Table of Contents

Class FormBuilderRoutes

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

Provides Form builder route templates and their names.

public static class FormBuilderRoutes
Inheritance
object
FormBuilderRoutes

Fields

FORMBUILDER_ROUTE_TEMPLATE

Route template for the form builder. Serves a page with initialized form builder for a form with given id.

public const string FORMBUILDER_ROUTE_TEMPLATE = "Kentico.FormBuilder/Index/{formId}"

Field Value

string

Remarks

Same route is used by form's application to display form builder in the Kentico administration.

FORM_ITEM_PREVIEW_ROUTE_TEMPLATE

Route template for form item preview.

public const string FORM_ITEM_PREVIEW_ROUTE_TEMPLATE = "Kentico.FormBuilder/FormItem/Preview/{formId}/{itemId}"

Field Value

string

MARKUP_ROUTE_NAME

Name of the route for form components markup retrieval.

public const string MARKUP_ROUTE_NAME = "Kentico.FormBuilder.FormComponents.Markup"

Field Value

string