WebBrowserPermissionLevel Enumeration
.NET Framework (current version)
Specifies the permission level for a Web browser.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| None | A Web browser that cannot navigate frames to HTML. | |
| Safe | A Web browser that can safely navigate frames to HTML but with several restrictions. | |
| Unrestricted | A Web browser that can navigate without restrictions. |
Use this enumeration to set the Level property of the WebBrowserPermission class.
The Safe permission level restricts the following Web browser operations.
A pop-up window cannot be created over the Web browser control.
The Web browser control can only be navigated to its site of origin.
The security settings of the Web browser control are reduced.
.NET Framework
Available since 3.0
Available since 3.0
Show: