BasicHtmlWebResponseObject.Links 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 a link elements parsed from Content.
public:
property Microsoft::PowerShell::Commands::WebCmdletElementCollection ^ Links { Microsoft::PowerShell::Commands::WebCmdletElementCollection ^ get(); };
public Microsoft.PowerShell.Commands.WebCmdletElementCollection Links { get; }
member this.Links : Microsoft.PowerShell.Commands.WebCmdletElementCollection
Public ReadOnly Property Links As WebCmdletElementCollection