CoreWebView2CustomSchemeRegistration(String) Constructor

Definition

Initializes a new instance of the CoreWebView2CustomSchemeRegistration class.

public CoreWebView2CustomSchemeRegistration (string schemeName);
new Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration : string -> Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration
Public Sub New (schemeName As String)

Parameters

schemeName
String

The name of the custom scheme to register.

Applies to