Click or drag to resize
KenticoFormItemControllerSubmit Method
Action processes submitted forms from EditItem(Int32, Int32) action.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Task<ActionResult> Submit(
	FormItemSubmitBindingModel boundModel,
	bool isUpdating
)

Parameters

boundModel
Type: Kentico.Forms.Web.Mvc.InternalFormItemSubmitBindingModel
Model object bound from the request body.
isUpdating
Type: SystemBoolean
Decides whether this request updates form's markup e.g. due to visibility conditions.

Return Value

Type: TaskActionResult
See Also