Reflection
IWebDocument Interface Properties

For a list of all members of this type, see IWebDocument members.

Public Properties
 NameDescription
 PropertyActiveElementGets the Web element that has the focus.  
 PropertyAllElementsGets all Web elements.  
 PropertyBodyGets the body element.  
 PropertyCookieGets or sets the cookie property.  
 PropertyDefaultEncodingGets the default encoding.  
 PropertyDomainGets or sets the string that describes the domain of this document for security purposes.  
 PropertyEncodingGets or sets the character encoding for this document.  
 PropertyFocusedGets a value that indicates whether the document has user input focus.  
 PropertyFormsGets a collection of all of the form elements in the document.  
 PropertyImagesGets a collection of all the image tags in the document.  
 PropertyLinksGets a list of all the hyperlinks within the current HTML document.  
 PropertyTitleGets or sets the text value of the title tag in the current HTML document.  
 PropertyUrlGets the URL of the current document.  
Top
See Also