CoreWebView2SharedBufferAccess Enum

Definition

Specifies the desired access from script to CoreWebView2SharedBuffer.

public enum CoreWebView2SharedBufferAccess
type CoreWebView2SharedBufferAccess = 
Public Enum CoreWebView2SharedBufferAccess
Inheritance
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.

Applies to