Table of Contents

Class ManagedFormSubmitRequest

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

The request of submitting a backend form.

public class ManagedFormSubmitRequest : IManagedFormSubmitRequest
Inheritance
object
ManagedFormSubmitRequest
Implements
Derived
Extension Methods

Remarks

This API supports the framework infrastructure and is not intended to be used directly from your code.

Constructors

ManagedFormSubmitRequest()

public ManagedFormSubmitRequest()

Properties

Data

Gets or sets the values of the form components.

public Dictionary<string, JsonElement> Data { get; set; }

Property Value

Dictionary<string, JsonElement>