CoreWebView2LaunchingExternalUriSchemeEventArgs 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.
Event args for the LaunchingExternalUriScheme event.
public class CoreWebView2LaunchingExternalUriSchemeEventArgs : EventArgs
type CoreWebView2LaunchingExternalUriSchemeEventArgs = class
inherit EventArgs
Public Class CoreWebView2LaunchingExternalUriSchemeEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2LaunchingExternalUriSchemeEventArgs
Properties
Cancel |
Determines whether to cancel the navigation. |
InitiatingOrigin |
Gets the origin initiating the external URI scheme launch. |
IsUserInitiated |
|
Uri |
Gets the URI with the external URI scheme to be launched. |
Methods
GetDeferral() |
Gets a Deferral object and puts the event into a deferred state. Use this to Complete the launching external URI scheme request at a later time. |