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.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
        • EO.Wpf
        • Classes
          • BareButton Class
          • Bitmap Class
          • BitmapButton Class
          • BooleanDependencyPropertyRoutedEventArgs Class
          • Button Class
          • Calendar Class
          • CalendarDayButton Class
          • CalendarMonth Class
          • CancelEventArgs Class
          • CheckBox Class
          • ChoiceMaskedEditSegment Class
          • ComboBox Class
          • ComboBoxItem Class
          • DatePicker Class
          • DateRangeCollection Class
          • DateRangeCollectionConverter Class
          • DockContainer Class
          • DockItem Class
          • DockItemClosingEventArgs Class
          • DockItemCollection Class
          • DockItemEventArgs Class
          • DockItemNeededEventArgs Class
          • DockView Class
          • DockViewCollection Class
          • DockViewCommands Class
          • DockViewEventArgs Class
          • DockViewNeededEventArgs Class
          • DocumentItem Class
          • DropDown Class
          • DropDownButton Class
          • DropDownService Class
          • EditItemEventArgs Class
          • Effect Class
          • EffectManager Class
          • Expander Class
          • ItemDragEventArgs Class
          • ItemDragOverEventArgs Class
          • ItemDropEventArgs Class
          • ItemsControlHelper Class
          • LinkButton Class
          • ListBox Class
          • ListBoxItem Class
          • MaskedEdit Class
          • MaskedEditSegment Class
          • MaskMaskedEditSegment Class
          • Menu Class
          • MenuBase Class
          • MenuItem Class
          • MonthPicker Class
          • MultiplyConverter Class
          • NamedResourceKey Class
          • NegationConverter Class
          • NewItemRequestedEventArgs Class
          • NumericMaskedEditSegment Class
          • OpacityConverter Class
          • PatternMaskedEditSegment Class
          • PdfViewer Class
          • ProgressBar Class
          • RadialPanel Class
          • RadioButton Class
          • RangeSlider Class
          • RegexMaskedEditSegment Class
          • RingDefinition Class
          • RingDefinitionCollection Class
          • Runtime Class
          • SkinStyleInfo Class
          • Slider Class
          • SliderBase Class
          • SpinEdit Class
          • SplitButton Class
          • SplitLineHeightConverter Class
          • SplitView Class
          • StaticMaskedEditSegment Class
          • TabControl Class
          • TabItem Class
          • TabItemCloseEventArgs Class
          • TabItemEventArgs Class
          • TemplatePresenter Class
          • ThemeManager Class
          • ThemeNames Class
          • ThemeStyleInfo Class
          • TreeView Class
          • TreeViewItem Class
          • UIElementHelper Class
          • UnitConverter Class
          • WebControl Class
          • WebView Class
          • WebViewHost Class
          • WeekDaysCollection Class
          • WindowChrome Class
          • WindowCommands Class
          • YearPicker Class
        • Structures
        • Enumerations
        • Delegates
      • 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
WebView Members

The WebView class exposes the following members.

Constructors
Name Description
WebView(); Initializes a new instance of the WebView class.
Properties
Name Description
AcceptLanguage (inherited from WebView) Gets or sets the Accept-Langauge header entry.
AllowDropLoad (inherited from WebView) Gets or sets a value indicating whether the WebView should allow user to load a file by dragging and dropping the file on the WebView.
CanEvalScript (inherited from WebView) Returns a value indicating whether EvalScript can be called at this moment.
CanGoBack (inherited from WebView) Gets a value indicating whether the WebView can go back to the previous page.
CanGoForward (inherited from WebView) Gets a value indicating whether the WebView can go to the next page.
CanRaiseEvents (inherited from Component) 
Container (inherited from Component) 
DesignMode (inherited from Component) 
Downloads (inherited from WebView) Gets a list of download that have started or completed.
Engine (inherited from WebView) Gets or sets the Engine associated to this WebView.
Events (inherited from Component) 
Favicon (inherited from WebView) Gets the favicon of the current page.
Handle (inherited from WebView) Gets the window handle of the WebView.
HasFocus (inherited from WebView) Returns a value indicating whether this WebView has focus.
InputMsgFilter (inherited from WebView) Gets or sets an IInputMsgFilter that can be used to filter input messages from the WebView.
IsCreated (inherited from WebView) Returns a value indicating whether the WebView has already been created and has not been destroyed yet.
IsFullscreenMode (inherited from WebView) Gets a value indicating whether the WebView is in full screen mode.
IsLoading (inherited from WebView) Gets a value indicating whether the WebView is in the process of loading a page.
IsNewWindow (inherited from WebView) Returns whether this WebView is created due to a NewWindow event.
IsReady (inherited from WebView) Gets a value indicating whether the WebView is ready.
JSInitCode (inherited from WebView) Gets or sets the JavaScript code to be run immediately after the window has been created.
LastJSException (inherited from WebView) Get the last JavaScript exception.
ObjectForScripting (inherited from WebView) Exposes a .NET object to JavaScript for this WebView.
Shortcuts (inherited from WebView) Gets or sets the shortcut list for this WebView.
Site (inherited from Component) 
StatusMessage (inherited from WebView) Gets the status message.
ThreadRunner (inherited from WebView) Gets the ThreadRunner object associated to this WebView.
Title (inherited from WebView) Gets or sets the page title.
UnloadDelay (inherited from WebView) Specifies the amount of the time the WebView should wait before it destroys after it has been taken off the screen.
Url (inherited from WebView) Gets or sets the current Url.
WindowName (inherited from WebView) Returns the name of the window.
ZoomFactor (inherited from WebView) Gets or sets the zoom factor for this WebView. A value of "1" is 100%.
Methods
Name Description
Capture (inherited from WebView)Overloaded. Captures the current rendering result.
CaptureRaw (inherited from WebView)Overloaded. Captures the current rendering result and returns the raw bitmap data.
Close (inherited from WebView) Closes this WebView.
Create (inherited from WebView) Initialize the WebView and associate it to a window handle.
CreateObjRef (inherited from MarshalByRefObject) 
Destroy (inherited from WebView) Destroy the WebView object.
Dispose (inherited from Component)Overloaded.  
Dispose (inherited from Component)Overloaded.  
Download (inherited from WebView) Download a Url and save the result to a temporary file.
DownloadWithResult (inherited from WebView) Download a Url and save the result to a temporary file.
Equals (inherited from Object) 
EvalScript (inherited from WebView)Overloaded. Execute JavaScript code in the main frame.
ExecCommand (inherited from WebView) Executes the default behavior of a command.
ExitFullscreenMode (inherited from WebView) Exits full screen mode.
Finalize (inherited from Component) 
GetContentAreaSize (inherited from WebView)Overloaded. Gets the size of the visible area.
GetDOMWindow (inherited from WebView) Returns the JavaScript DOM window object.
GetHashCode (inherited from Object) 
GetHtml (inherited from WebView) Returns the current page HTML.
GetLifetimeService (inherited from MarshalByRefObject) 
GetPageSize (inherited from WebView) Returns the size of the page loaded in the WebView.
GetScrollOffset (inherited from WebView) Gets the current scrolling offset.
GetService (inherited from Component) 
GetSource (inherited from WebView) Gets the source HTML of the current document.
GetSSLStatus (inherited from WebView) Returns the SSL status of the current page.
GetText (inherited from WebView) Returns the current page text.
GetType (inherited from Object) 
GoBack (inherited from WebView) Load the previous page into the WebView.
GoForward (inherited from WebView) Load the next page into the WebView.
HideDevTools (inherited from WebView) Hides the developer tools interface.
InitializeLifetimeService (inherited from MarshalByRefObject) 
InvokeFunction (inherited from WebView) Invoke a JavaScript function.
LoadHtml (inherited from WebView)Overloaded. Load raw HTML into the WebView.
LoadHtmlAndWait (inherited from WebView)Overloaded. Load raw HTML and wait until it has finished loading.
LoadRequest (inherited from WebView) Loads a request into this WebView.
LoadRequestAndWait (inherited from WebView) Loads a request and wait for it to finish loading.
LoadUrl (inherited from WebView)Overloaded. Loads a Url into this WebView.
LoadUrlAndWait (inherited from WebView) Loads a Url and wait for it to finish loading.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded.  
MemberwiseClone (inherited from Object)Overloaded.  
Print (inherited from WebView)Overloaded. Print the current page.
QueueScriptTask (inherited from WebView)Overloaded. Execute a piece of JavaScript code as soon as possible.
RegisterJSExtensionFunction (inherited from WebView) Register a function that can be called from JavaScript code.
RegisterResourceHandler (inherited from WebView) Register a custom resource handler.
Reload (inherited from WebView)Overloaded. Reloads the current page.
Resize (inherited from WebView)Overloaded. Resizes the WebView.
RunLater (inherited from WebView) Executes the action asynchronously on the same thread associated to this WebView at a later time.
SendChar (inherited from WebView)Overloaded. Simulates a characther input.
SendKeyEvent (inherited from WebView)Overloaded. Simulates a key down or key up event.
SendMouseEvent (inherited from WebView) Simulates a mouse event to the WebView.
SetFocus (inherited from WebView) Sets the keyboard focus to this WebView.
SetOptions (inherited from WebView) Sets the WebView options.
SetScrollOffset (inherited from WebView) Sets the current scrolling offset.
ShowDevTools (inherited from WebView) Displays the developer tools interface in a separate window.
StartFindSession (inherited from WebView) Starts a new find session.
StopLoad (inherited from WebView) Stop loading the current page.
ToString (inherited from Component) 
UnregisterResourceHandler (inherited from WebView) Unregister a previously registered resource handler.
See Also