Table of Contents

Class FormComponentExtensions

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

Extension methods for FormComponent class.

public static class FormComponentExtensions
Inheritance
object
FormComponentExtensions

Methods

GetBizFormComponentContext(FormComponent)

Gets BizFormComponentContext of a form component, if such a context was bound to the component.

public static BizFormComponentContext GetBizFormComponentContext(this FormComponent component)

Parameters

component FormComponent

Component to get BizFormComponentContext instance for.

Returns

BizFormComponentContext

Returns an instance of BizFormComponentContext, or null if such a context was not bound to the component.

Exceptions

ArgumentNullException

Thrown when component is null.