Interface IManagedFormSubmitResult
The result of submitting a backend form.
public interface IManagedFormSubmitResult
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Properties
Items
Updated form items.
ICollection<IFormItemClientProperties> Items { get; }
Property Value
- ICollection<IFormItemClientProperties>