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 before navigate event.
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 a Boolean value that specifies whether or not to cancel navigation. |
Flags |
Gets the flag value. |
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 or sets the name of the frame in which the resource will be displayed. |
URL |
Gets the URL to which the browser is navigating. |