Class WebPageCommandResult
Web page command result.
public sealed class WebPageCommandResult : WebPageCommandResultBase
- Inheritance
-
objectWebPageCommandResult
- Inherited Members
- Extension Methods
Properties
Items
Gets or sets the form components representing edited form fields.
public ICollection<IFormItemClientProperties> Items { get; set; }
Property Value
- ICollection<IFormItemClientProperties>
TargetUrl
Target URL to redirect to if the command was successful.
public string TargetUrl { get; set; }
Property Value
- string