BrowserExtendedNavigatingEventArgs 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 arguments used in the new navigation events.
public ref class BrowserExtendedNavigatingEventArgs : Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::CancelEventArgs
public class BrowserExtendedNavigatingEventArgs : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.CancelEventArgs
type BrowserExtendedNavigatingEventArgs = class
inherit CancelEventArgs
Public Class BrowserExtendedNavigatingEventArgs
Inherits CancelEventArgs
- Inheritance
Constructors
BrowserExtendedNavigatingEventArgs() |
Initializes a new instance of the BrowserExtendedNavigatingEventArgs class. |
Properties
Cancel |
Gets or sets a Boolean value that specifies whether the event is canceled. (Inherited from CancelEventArgs) |
Flags | |
Frame |
Gets the name of the frame in which to display the resource. |
Headers |
Gets or sets the value that specifies additional HTTP headers to send to the server. These headers are added to the default MS IE headers. The headers can specify things like the action required of the server, the type of data being passed to the server, or a status code. |
NavigationContext |
Gets the flags when opening a new window. |
pDisp |
Gets or sets the pointer to the automation object of the browser. |
Postdata |
Gets or sets the data to send to the server if the HTTP POST transaction is used. |
Url |
Gets or sets the URL to navigate to. |