FormReader.ReadForm Method
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.
Parses text from an HTTP form body.
public:
System::Collections::Generic::Dictionary<System::String ^, Microsoft::Extensions::Primitives::StringValues> ^ ReadForm();
public System.Collections.Generic.Dictionary<string,Microsoft.Extensions.Primitives.StringValues> ReadForm ();
member this.ReadForm : unit -> System.Collections.Generic.Dictionary<string, Microsoft.Extensions.Primitives.StringValues>
Public Function ReadForm () As Dictionary(Of String, StringValues)
Returns
The collection containing the parsed HTTP form body.