Class WebPageCommandResultBase
Result of command executed on web page.
public abstract class WebPageCommandResultBase
- Inheritance
-
objectWebPageCommandResultBase
- Derived
- Extension Methods
Properties
Status
Gets the status of the command result.
public WebPageCommandResultStatus Status { get; set; }
Property Value
WebPageState
Current web page state.
public WebPageState WebPageState { get; set; }
Property Value
Remarks
Available only when there is an existing web page for the context.