CoreWebView2CustomSchemeRegistration(String) Constructor
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.
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.