Click or drag to resize
IFormBuilderConfigurationSerializerDeserializeFormComponentConfiguration Method
Deserializes form component configuration from JSON.

Namespace: Kentico.Forms.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
FormComponentConfiguration DeserializeFormComponentConfiguration(
	string formComponentJson
)

Parameters

formComponentJson
Type: SystemString
Configuration in JSON to be deserialized.

Return Value

Type: FormComponentConfiguration
Returns deserialzied configuration.
See Also