Class ManagedFormReloadRequest
Represents a request to reload a backend form.
public class ManagedFormReloadRequest : IManagedFormReloadRequest
- Inheritance
-
objectManagedFormReloadRequest
- Implements
- Derived
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Constructors
ManagedFormReloadRequest()
public ManagedFormReloadRequest()
Properties
ChangedFieldNames
Gets or sets the names of fields which triggered the request.
public IEnumerable<string> ChangedFieldNames { get; set; }
Property Value
- IEnumerable<string>
Data
Gets or sets the form values.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>