.NET Framework Class Library for Silverlight
HtmlDocument Members

Represents the HTML document in the browser.

The HtmlDocument type exposes the following members.

Methods

  NameDescription
Public methodAttachEventOverloaded. Attaches a .NET Framework event handler to an event on the current Document Object Model (DOM) object.
Public methodCheckAccessDetermines whether the current thread is the browser's UI thread. (Inherited from ScriptObject.)
Protected methodConvertToConverts the current object to a specified type. This method is not supported. (Inherited from HtmlObject.)
Public methodConvertTo<(Of <(T>)>)Converts the current scriptable object to a specified type. (Inherited from ScriptObject.)
Public methodCreateElementCreates a browser element.
Public methodDetachEventOverloaded. Detaches a .NET Framework event handler from an event on the current Document Object Model (DOM) object.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeFrees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection. (Inherited from ScriptObject.)
Public methodGetElementByIdGets a single browser element.
Public methodGetElementsByTagNameGets a collection of browser elements.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetPropertyOverloaded. Gets the value of a property on the current scriptable object.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodInitializeInfrastructure. Initializes a scriptable object. (Inherited from ScriptObject.)
Public methodInvokeInvokes a method on the current scriptable object, and optionally passes in one or more method parameters. (Inherited from ScriptObject.)
Public methodInvokeSelfInvokes the current ScriptObject and assumes that it represents a JavaScript method. (Inherited from ScriptObject.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodSetPropertyOverloaded. Sets a property on the current scriptable object.
Public methodSubmitOverloaded. Posts user data to the server.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBodyGets a reference to the BODY element of the HTML document.
Public propertyCookiesGets or sets the browser's cookie string.
Public propertyDispatcherGets an instance of the dispatcher. (Inherited from ScriptObject.)
Public propertyDocumentElementGets a reference to the browser's DOCUMENT element.
Public propertyDocumentUriGets a Uniform Resource Identifier (URI) object that represents the HTML document on which the Silverlight plug-in is hosted.
Public propertyIsReadyGets or sets a value that indicates whether the browser has completely loaded the HTML page.
Public propertyManagedObjectGets the underlying managed object reference of the ScriptObject. (Inherited from ScriptObject.)
Public propertyQueryStringGets a navigable, read-only collection of name/value pairs that represent the query string parameters on the current page's URL.
Top
Events

  NameDescription
Public eventDocumentReadyOccurs when the browser page has completely loaded.
Top
See Also

Reference

Tags :


Page view tracker