Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Asynchronously reads and parses the request body as a form.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public Task<IFormCollection> ReadFormAsync()
public:
virtual Task<IFormCollection^>^ ReadFormAsync() sealed
abstract ReadFormAsync : unit -> Task<IFormCollection>
override ReadFormAsync : unit -> Task<IFormCollection>
Public Function ReadFormAsync As Task(Of IFormCollection)
Return Value
Type: System.Threading.Tasks.Task<IFormCollection>
The parsed form data.
Implements
See Also
OwinRequest Class
Microsoft.Owin Namespace
Return to top