HtmlDocument Members
MSDN Home
MSDN
MSDN Library
Web Development
Silverlight 3
.NET Framework Class Library f ...
System.Windows.Browser Namespa ...
HtmlDocument Class
HtmlDocument Class
HtmlDocument Members
HtmlDocument Methods
HtmlDocument Properties
HtmlDocument Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library for Silverlight
HtmlDocument Members
Represents the HTML document in the browser.
The
HtmlDocument
type exposes the following members.
Methods
Name
Description
AttachEvent
Overloaded.
Attaches a .NET Framework event handler to an event on the current Document Object Model (DOM) object.
CheckAccess
Determines whether the current thread is the browser's UI thread.
(Inherited from
ScriptObject
.)
ConvertTo
Converts the current object to a specified type. This method is not supported.
(Inherited from
HtmlObject
.)
ConvertTo
<
(Of
<
(
T
>
)
>
)
Converts the current scriptable object to a specified type.
(Inherited from
ScriptObject
.)
CreateElement
Creates a browser element.
DetachEvent
Overloaded.
Detaches a .NET Framework event handler from an event on the current Document Object Model (DOM) object.
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
Finalize
Frees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection.
(Inherited from
ScriptObject
.)
GetElementById
Gets a single browser element.
GetElementsByTagName
Gets a collection of browser elements.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetProperty
Overloaded.
Gets the value of a property on the current scriptable object.
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
Initialize
Infrastructure.
Initializes a scriptable object.
(Inherited from
ScriptObject
.)
Invoke
Invokes a method on the current scriptable object, and optionally passes in one or more method parameters.
(Inherited from
ScriptObject
.)
InvokeSelf
Invokes the current
ScriptObject
and assumes that it represents a JavaScript method.
(Inherited from
ScriptObject
.)
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
SetProperty
Overloaded.
Sets a property on the current scriptable object.
Submit
Overloaded.
Posts user data to the server.
ToString
Returns a
String
that represents the current
Object
.
(Inherited from
Object
.)
Top
Properties
Name
Description
Body
Gets a reference to the
BODY
element of the HTML document.
Cookies
Gets or sets the browser's cookie string.
Dispatcher
Gets an instance of the dispatcher.
(Inherited from
ScriptObject
.)
DocumentElement
Gets a reference to the browser's
DOCUMENT
element.
DocumentUri
Gets a Uniform Resource Identifier (URI) object that represents the HTML document on which the Silverlight plug-in is hosted.
IsReady
Gets or sets a value that indicates whether the browser has completely loaded the HTML page.
ManagedObject
Gets the underlying managed object reference of the
ScriptObject
.
(Inherited from
ScriptObject
.)
QueryString
Gets a navigable, read-only collection of name/value pairs that represent the query string parameters on the current page's URL.
Top
Events
Name
Description
DocumentReady
Occurs when the browser page has completely loaded.
Top
See Also
Reference
HtmlDocument Class
System.Windows.Browser Namespace
Tags :