Class OnNavigateEventArgs
Inherited Members
Namespace: Slipe.Client.Browsers.Events
Assembly: SlipeClient.dll
Syntax
public class OnNavigateEventArgs
Properties
| Improve this Doc View SourceIsBlocked
If the browser was created with isLocal set to true, and the browser tried to load a remote page, this would be set to true (and vice-versa).
Declaration
public bool IsBlocked { get; }
Property Value
Type | Description |
---|---|
Boolean |
Url
The target
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
String |