Show / Hide Table of Contents

Class OnNavigateEventArgs

Inheritance
Object
OnNavigateEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Browsers.Events
Assembly: SlipeClient.dll
Syntax
public class OnNavigateEventArgs

Properties

| Improve this Doc View Source

IsBlocked

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
| Improve this Doc View Source

Url

The target

Declaration
public string Url { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX