Table of Contents

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

context HttpContext

Encapsulates all HTTP-specific information about an individual HTTP request.

Returns

CommandCollection

The IDictionary<TKey, TValue>.