CuteEditor for .NET 6.2 Class Library

BrowserType Enumeration

Enumerates the browser type as detected by the HTTP headers sent by the browser.

[Visual Basic]
Public Enum BrowserType
[C#]
public enum 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.

Requirements

Namespace: CuteEditor

Assembly: CuteEditor (in CuteEditor.dll)

See Also

CuteEditor Namespace