Table of Contents

Interface IRequestParser

Namespace
SixLabors.ImageSharp.Web.Commands
Assembly
SixLabors.ImageSharp.Web.dll

Defines a contract for parsing commands from image requests.

public interface IRequestParser

Methods

ParseRequestCommands(HttpContext)

Returns a collection of commands from the current request.

CommandCollection ParseRequestCommands(HttpContext context)

Parameters

context HttpContext

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

Returns

CommandCollection

The IDictionary<TKey, TValue>.