Class QueryCollectionRequestParser
- Namespace
- SixLabors.ImageSharp.Web.Commands
- Assembly
- SixLabors.ImageSharp.Web.dll
Parses commands from the request querystring.
public sealed class QueryCollectionRequestParser : IRequestParser
- Inheritance
-
QueryCollectionRequestParser
- Implements
- Inherited Members
Methods
ParseRequestCommands(HttpContext)
Returns a collection of commands from the current request.
public CommandCollection ParseRequestCommands(HttpContext context)
Parameters
contextHttpContextEncapsulates all HTTP-specific information about an individual HTTP request.