Table of Contents
WebViewOptions Properties

The properties of the WebViewOptions class are listed below. For a complete list of WebViewOptions class members, see the WebViewOptions Members topic.

Properties
Name Description
AllowJavaScript Gets or sets a value indicating whether JavaScript should be allowed.
AllowJavaScriptAccessClipboard Gets or sets a value indicating whether accessing clipboard from JavaScript should be allowed.
AllowJavaScriptCloseWindow Gets or sets a value indicating whether using JavaScript to close a window that was not opened with JavaScript should be allowed.
AllowJavaScriptDOMPaste Gets or sets a value indicating whether pasting from clipboard is allowed.
AllowZooming Gets or sets a value to determine whether user can use Ctrl + mouse wheel or +/- to zoom the current view.
Cursor Gets or sets the default cursor.
DefaultEncoding Gets or sets the default page encoding.
EnableWebSecurity Gets or sets a value indicating whether to enforce same-origin policy.
LoadImages Gets or sets a value indicating whether the browser engine should automatically load images.
UserStyleSheet Gets or sets the additional style sheets to be applied to the document.
See Also