Platforms to show: All Mac Windows Linux Cross-Platform

Back to DesktopWebView2ControlMBS control.

Next items

DesktopWebView2ControlMBS.kCapturePreviewImageFormatJPEG = 1

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the image formats to capture preview.

JPEG format.

DesktopWebView2ControlMBS.kCapturePreviewImageFormatPNG = 0

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the image formats to capture preview.

PNG format.

DesktopWebView2ControlMBS.kHostResourceAccessKindAllow = 1

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 23.4
One of the constants for kind of cross origin resource access allowed for host resources during download.

All cross origin resource access is allowed, including accesses that are subject to Cross-Origin Resource Sharing(CORS) check. The behavior is similar to a web site sends back http header Access-Control-Allow-Origin: *.

DesktopWebView2ControlMBS.kHostResourceAccessKindDeny = 0

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 23.4
One of the constants for kind of cross origin resource access allowed for host resources during download.

All cross origin resource access is denied, including normal sub resource access as src of a script or image element.

DesktopWebView2ControlMBS.kHostResourceAccessKindDenyCors = 2

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 23.4
One of the constants for kind of cross origin resource access allowed for host resources during download.

Cross origin resource access is allowed for normal sub resource access like as src of a script or image element, while any access that subjects to CORS check will be denied.

DesktopWebView2ControlMBS.kPermissionKindCamera = 2

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Permission to capture video.

DesktopWebView2ControlMBS.kPermissionKindClipboardRead = 6

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Permission to read system clipboard without a user gesture.

DesktopWebView2ControlMBS.kPermissionKindGeoLocation = 3

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Permission to access geolocation.

DesktopWebView2ControlMBS.kPermissionKindMicrophone = 1

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Permission to capture audio.

DesktopWebView2ControlMBS.kPermissionKindNotifications = 4

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Permission to send web notifications.

DesktopWebView2ControlMBS.kPermissionKindOtherSensors = 5

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Permission to access generic sensor.

DesktopWebView2ControlMBS.kPermissionKindUnknownPermission = 0

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission kinds.

Unknown permission.

DesktopWebView2ControlMBS.kPermissionStateAllow = 1

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission states.

Grant the permission request.

DesktopWebView2ControlMBS.kPermissionStateDefault = 0

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission states.

Use default browser behavior, which normally prompt users for decision.

DesktopWebView2ControlMBS.kPermissionStateDeny = 2

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the permission states.

Deny the permission request.

DesktopWebView2ControlMBS.kProcessFailedKindBrowserProcessExited = 0

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the process failure kinds.

Indicates the browser process terminated unexpectedly.

DesktopWebView2ControlMBS.kProcessFailedKindRenderProcessExited = 1

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the process failure kinds.

Indicates the render process terminated unexpectedly.

DesktopWebView2ControlMBS.kProcessFailedKindRenderProcessUnresponsive = 2

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the process failure kinds.

Indicates the render process becomes unresponsive.

DesktopWebView2ControlMBS.kWebErrorStatusCannotConnect = 12

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

Cannot connect to destination.

DesktopWebView2ControlMBS.kWebErrorStatusCertificateCommonNameIsIncorrect = 1

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The SSL certificate common name does not match the web address.

DesktopWebView2ControlMBS.kWebErrorStatusCertificateExpired = 2

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The SSL certificate has expired.

DesktopWebView2ControlMBS.kWebErrorStatusCertificateIsInvalid = 5

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The SSL certificate is invalid – this could mean the certificate did not match the public key pins for the host name, the certificate is signed by an untrusted authority or using a weak sign algorithm, the certificate claimed DNS names violate name constraints, the certificate contains a weak key, the certificate's validity period is too long, lack of revocation information or revocation mechanism, non-unique host name, lack of certificate transparency information, or the certificate is chained to a legacy Symantec root.

DesktopWebView2ControlMBS.kWebErrorStatusCertificateRevoked = 4

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The SSL certificate has been revoked.

DesktopWebView2ControlMBS.kWebErrorStatusClientCertificateContainsErrors = 3

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The SSL client certificate contains errors.

DesktopWebView2ControlMBS.kWebErrorStatusConnectionAborted = 9

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The connection was aborted.

DesktopWebView2ControlMBS.kWebErrorStatusConnectionReset = 10

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The connection was reset.

DesktopWebView2ControlMBS.kWebErrorStatusDisconnected = 11

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The Internet connection has been lost.

DesktopWebView2ControlMBS.kWebErrorStatusErrorHttpInvalidServerResponse = 8

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

The server returned an invalid or unrecognized response.

DesktopWebView2ControlMBS.kWebErrorStatusHostNameNotResolved = 13

Type Topic Plugin Version
const WebView2 MBS WinFrameworks Plugin 21.5
One of the error status values for web navigations.

Could not resolve provided host name.

Next items

The items on this page are in the following plugins: MBS WinFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...