Table of Contents

Enum CoreWebView2SharedBufferAccess

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

Specifies the desired access from script to CoreWebView2SharedBuffer.

public enum CoreWebView2SharedBufferAccess

Fields

ReadOnly = 0

Script from web page only has read access to the shared buffer.

ReadWrite = 1

Script from web page has read and write access to the shared buffer.