WebRequestPSCmdlet.Form Property

Definition

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

Applies to