Click or drag to resize
PageSelectorBaseTProperties, TValueBindContext Method
Binds contextual information to the form component.

Namespace: Kentico.Components.Web.Mvc.FormComponents.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public override void BindContext(
	FormComponentContext context
)

Parameters

context
Type: Kentico.Forms.Web.MvcFormComponentContext
Form component context.
See Also