IOwinRequest.ReadFormAsync 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.
Asynchronously reads and parses the request body as a form.
public System.Threading.Tasks.Task<Microsoft.Owin.IFormCollection> ReadFormAsync ();
abstract member ReadFormAsync : unit -> System.Threading.Tasks.Task<Microsoft.Owin.IFormCollection>
Public Function ReadFormAsync () As Task(Of IFormCollection)
Returns
The parsed form data.