Show / Hide Table of Contents

Class WebViewOptions

The options for the webview.

Inheritance
System.Object
WebViewOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BlazorWebView
Assembly: BlazorWebView.dll
Syntax
public class WebViewOptions

Properties

| Improve this Doc View Source

SchemeHandlers

Gets a dictionary of Http Scheme handlers.

Declaration
public IDictionary<string, ResolveWebResourceDelegate> SchemeHandlers { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, ResolveWebResourceDelegate>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX