Class NavigationEventArgs
Contains the current navigation request properties.
Inheritance
System.Object
NavigationEventArgs
Namespace: RevelDigital.Player.RevelScript
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class NavigationEventArgs
Constructors
NavigationEventArgs()
Declaration
public NavigationEventArgs()
Properties
CancelNavigation
Gets or sets a value indicating whether to cancel the current navigation request.
Declaration
public bool CancelNavigation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Method
Gets the HTTP method.
Declaration
public string Method { get; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the HTTP method (usually "GET" or "POST") |
Url
Gets the navigation url.
Declaration
public Uri Url { get; }
Property Value
Type | Description |
---|---|
System.Uri | Gets the URL associated with this navigation request. |