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