Click or drag to resize
KenticoFormWidgetControllerGetMacroResolver Method
Returns MacroResolver instance containing form fields data.

Namespace: Kentico.Forms.Web.Mvc.Widgets.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected virtual MacroResolver GetMacroResolver(
	BizFormInfo formInfo,
	BizFormItem formItem,
	bool encodeResolvedValues
)

Parameters

formInfo
Type: CMS.OnlineFormsBizFormInfo
formItem
Type: CMS.OnlineFormsBizFormItem
encodeResolvedValues
Type: SystemBoolean

Return Value

Type: MacroResolver
See Also