CoreWebView2EnvironmentOptions.CustomSchemeRegistrations Property
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.
List of custom scheme registrations to be applied to the CoreWebView2Environment
public System.Collections.Generic.List<Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration> CustomSchemeRegistrations { get; }
member this.CustomSchemeRegistrations : System.Collections.Generic.List<Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration>
Public ReadOnly Property CustomSchemeRegistrations As List(Of CoreWebView2CustomSchemeRegistration)