Click or drag to resize
KenticoFormSectionControllerIndex Method
Default action

Namespace: Kentico.Forms.Web.Mvc.Sections
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public ActionResult Index(
	string typeIdentifier,
	IFormSectionProperties sectionProperties = null
)

Parameters

typeIdentifier
Type: SystemString
sectionProperties (Optional)
Type: Kentico.Forms.Web.MvcIFormSectionProperties

Return Value

Type: ActionResult
See Also