Class FormParser
Parser for HTTP request form, copied from Microsoft.Owin.Infrastructure.OwinHelpers.
Inheritance
System.Object
FormParser
Namespace:InfinniPlatform.Auth.Services
Assembly:InfinniPlatform.Auth.dll
Syntax
public static class FormParser : object
Methods
| Improve this Doc View SourceParseForm(String)
Declaration
public static IFormCollection ParseForm(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
Returns
Type | Description |
---|---|
IFormCollection |