Share via


HtmlWebResponseObject Members

The response object for html content. Introduced in Windows PowerShell 3.0.

The following tables list the members exposed by the HtmlWebResponseObject type.

Public Properties

  Name Description
public property AllElements Gets the Elements property. Introduced in Windows PowerShell 3.0.
public property BaseResponse  Gets or sets the base web response. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)
public property Content Gets or protected-sets the Content property. Introduced in Windows PowerShell 3.0.
public property Forms Gets the Forms property. Introduced in Windows PowerShell 3.0.
public property Headers  Gets the web response headers. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)
public property Images Gets the Images property. Introduced in Windows PowerShell 3.0.
public property InputFields Gets the Fields property. Introduced in Windows PowerShell 3.0.
public property Links Gets the Links property. Introduced in Windows PowerShell 3.0.
public property ParsedHtml Gets the ParsedHtml property. Introduced in Windows PowerShell 3.0.
public property RawContent  Gets or sets the raw content that contains the web response. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)
public property RawContentLength  Gets the length of the raw content that contains the web response. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)
public property RawContentStream  Gets the stream of raw content that contains the web response. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)
public property Scripts Gets the Scripts property. Introduced in Windows PowerShell 3.0.
public property StatusCode  Gets the status code for the web response. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)
public property StatusDescription  Gets the status description for the web response. Introduced in Windows PowerShell 3.0. (Inherited from WebResponseObject)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  Overridden. Retrieves the string representation of this web response. Introduced in Windows PowerShell 3.0. (Inherited from Object)

Top

Protected Methods

(see also Extension Methods)

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

Extension Methods

  Name Description
public extension method As  Use this method to adapt an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  This is called to adapt an object from a foreign app domain to a known interface in this appDomainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method As  Adapts an object from a foreign app domain to a known interface in this app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Use this method to adapt and extend an object so that you can pass it to a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  This is called to adapt and extend an object that we wish to pass to a foreign app domainThis element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method Extend  Used to extend an object with an interface from a foreign app domain.This element is introduced in Windows PowerShell 5.0. (Defined by RequestExtensions.)
public extension method ToEnumerable  This element is introduced in Windows PowerShell 5.0. (Defined by CollectionExtensions.)

Top

See Also

Reference

HtmlWebResponseObject Class
Microsoft.PowerShell.Commands Namespace