BeforeNavigateEventArgs Members

Represents the event arguments for the BeforeNavigate

The following tables list the members exposed by the BeforeNavigateEventArgs type.

Public Constructors

  Name Description
  BeforeNavigateEventArgs Initializes a new instance of the BeforeNavigateEventArgs class.

Top

Public Properties

  Name Description
public property Cancel Gets or sets the Boolean value that specifies whether the navigation operation is cancelled or not.
public property Flags Gets the object expression that evaluates to flags. It is set to zero.
public property Headers Gets the value that specifies the additional HTTP headers to send to the server (HTTP URLs only).
public property PostData Gets or sets the data to send to the server if the HTTP POST transaction is being used.
public property TargetFrameName Gets the string expression that specifies the name of the frame in which the resource will be displayed, or Null if no named frame is targeted for the resource.
public property URL Gets the string expression that evaluates to the URL to which the browser is navigating.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

BeforeNavigateEventArgs Class
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.