Click or drag to resize
KenticoFormWidgetControllerFormSubmit Method
Action processing submission of a form.

Namespace: Kentico.Forms.Web.Mvc.Widgets
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public ActionResult FormSubmit(
	string formName,
	string prefix,
	bool isUpdating
)

Parameters

formName
Type: SystemString
Name of the form which is submitted.
prefix
Type: SystemString
Prefix of the keys in the form collection. Value without trailing dot is expected. If null, no prefix is assumed.
isUpdating
Type: SystemBoolean
Decides whether this request updates form's markup e.g. due to visibility conditions.

Return Value

Type: ActionResult
See Also