Class QueryCollectionRequestParser
Parses commands from the request querystring.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Commands
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public sealed class QueryCollectionRequestParser : IRequestParser
Methods
| Edit this page View SourceParseRequestCommands(HttpContext)
Returns a collection of commands from the current request.
Declaration
public CommandCollection ParseRequestCommands(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | Encapsulates all HTTP-specific information about an individual HTTP request. |
Returns
Type | Description |
---|---|
CommandCollection |