WebRequestPSCmdlet.Form 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.
Dictionary for use with RFC-7578 multipart/form-data submissions. Keys are form fields and their respective values are form values. A value may be a collection of form values or single form value.
[System.Management.Automation.Parameter]
public virtual System.Collections.IDictionary Form { get; set; }
[<System.Management.Automation.Parameter>]
member this.Form : System.Collections.IDictionary with get, set
Public Overridable Property Form As IDictionary
Property Value
- Attributes