FormDataCollection(String) Constructor
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.
Initialize a form collection from a URL encoded query string. Any leading question mark (?) will be considered part of the query string and treated as any other value.
public FormDataCollection (string query);
new System.Net.Http.Formatting.FormDataCollection : string -> System.Net.Http.Formatting.FormDataCollection
Public Sub New (query As String)
Parameters
- query
- String