Interface IManagedFormSubmitRequest
The request of submitting a backend form.
public interface IManagedFormSubmitRequest
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Properties
Data
Gets or sets the values of the form components.
Dictionary<string, JsonElement> Data { get; }
Property Value
- Dictionary<string, JsonElement>