Interface IManagedFormReloadRequest
Represents a request to reload a backend form.
public interface IManagedFormReloadRequest
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Properties
ChangedFieldNames
Gets the names of fields which triggered the request.
IEnumerable<string> ChangedFieldNames { get; }
Property Value
- IEnumerable<string>
Data
Gets or sets the form values.
Dictionary<string, JsonElement> Data { get; }
Property Value
- Dictionary<string, JsonElement>