Enumerates the browser type as detected by the HTTP headers sent by the browser.
Namespace:
CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.6.0.0
Syntax
| C# |
|---|
public enum BrowserType |
| Visual Basic (Declaration) |
|---|
Public Enumeration BrowserType |
| Visual C++ |
|---|
public enum class BrowserType |
Members
| Member name | Description | |
|---|---|---|
| CompatibleIE |
The browser was detected to be Internet Explorer 5.5 or greater and is compatible with rich text editing.
| |
| Safari12 |
The browser was detected to be browser based on Safari 1.3 - 2.04.
| |
| Safari |
The browser was detected to be browser based on Safari 3.0+.
| |
| Gecko |
The browser was detected to be browser based on Gecko (Mozilla rendering engine) 1.3+, e.g Mozilla 1.4+, Netscape 7.1+, Firefox 0.7+, and Galeon 1.3+.
| |
| Opera |
Opera 9 or higher
| |
| Downlevel |
The browser is incompatible with rich text editing. Downlevel content will be rendered.
| |
| NoHttpContext |
The context not found.
|