BasicHtmlWebResponseObject.Images Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the HTML img elements parsed from Content.
public:
property Microsoft::PowerShell::Commands::WebCmdletElementCollection ^ Images { Microsoft::PowerShell::Commands::WebCmdletElementCollection ^ get(); };
public Microsoft.PowerShell.Commands.WebCmdletElementCollection Images { get; }
member this.Images : Microsoft.PowerShell.Commands.WebCmdletElementCollection
Public ReadOnly Property Images As WebCmdletElementCollection