BeforeNavigateEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for the BeforeNavigate
public ref class BeforeNavigateEventArgs sealed : EventArgs
public sealed class BeforeNavigateEventArgs : EventArgs
type BeforeNavigateEventArgs = class
inherit EventArgs
Public NotInheritable Class BeforeNavigateEventArgs
Inherits EventArgs
- Inheritance
-
BeforeNavigateEventArgs
Constructors
BeforeNavigateEventArgs() |
Initializes a new instance of the BeforeNavigateEventArgs class. |
Properties
Cancel |
Gets or sets the Boolean value that specifies whether the navigation operation is cancelled or not. |
Flags |
Gets the object expression that evaluates to flags. It is set to zero. |
Headers |
Gets the value that specifies the additional HTTP headers to send to the server (HTTP URLs only). |
PostData |
Gets or sets the data to send to the server if the HTTP POST transaction is being used. |
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. |
URL |
Gets the string expression that evaluates to the URL to which the browser is navigating. |