Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- EO.Base
- EO.Base.UI
- EO.Extensions
- EO.Pdf
- EO.Pdf.Acm
- EO.Pdf.Contents
- EO.Pdf.Drawing
- EO.Pdf.Mvc
- EO.Web
- EO.WebBrowser
- EO.WebBrowser
- Classes
- Interfaces
- Enumerations
- ConsoleMessageSeverity Enumeration
- ConsoleMessageType Enumeration
- ContextMenuMediaType Enumeration
- ContextMenuSourceFlags Enumeration
- DOMNodeType Enumeration
- DownloadState Enumeration
- EditState Enumeration
- ErrorCode Enumeration
- EventFlags Enumeration
- FileDialogMode Enumeration
- InputMsgTarget Enumeration
- JSDialogType Enumeration
- JSInvokeResult Enumeration
- KeyboardEventType Enumeration
- KeyCode Enumeration
- MediaState Enumeration
- MouseEventType Enumeration
- NavigationType Enumeration
- Permissions Enumeration
- PostDataItemType Enumeration
- PrintResult Enumeration
- ResourceType Enumeration
- WebViewCloseReason Enumeration
- Delegates
- EO.WebBrowser.DOM
- EO.WebEngine
- EO.WinForm
- EO.Wpf
- EO.Wpf.Gauge
- EO.Wpf.Gauge.Shapes
- EO.Wpf.Primitives
- EO.Wpf.Themes.Aero
- EO.Wpf.Themes.Classic
- EO.Wpf.Themes.Luna
- EO.Wpf.Themes.Metro
- EO.Wpf.Themes.Royale
- JavaScript API Reference
- .NET API Reference
ResourceType Enumeration |
Specifies the resource type.
Namespace:
EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)
Syntax
public enum ResourceType
Members
Member Name | Description |
---|---|
Unknown | The resource type is unknown. |
MainFrame | The resource request is for a top level page. |
SubFrame | The resource request is for a sub frame or an iframe. |
StyleSheet | The resource request is for a CSS stylesheet. |
Script | The resource request is for a script file. |
Image | The resource request is for an image. |
Font | The resource request is for a font. |
SubResource | Unknown sub resource. |
Object | The resource request is for an object (or embed) tag for a plugin, or a resource that a plugin requested. |
Media | The resource request is for a media resource. |
Favicon | The resource request is for a favicon. |
XMLHttpRequest | The resource request is from an XMLHttpRequest object. |
See Also