Interface IRequestParser
Defines a contract for parsing commands from image requests.
Namespace: SixLabors.ImageSharp.Web.Commands
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public interface IRequestParser
Methods
| Improve this Doc View SourceParseRequestCommands(HttpContext)
Returns a collection of commands from the current request.
Declaration
CommandCollection ParseRequestCommands(HttpContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| HttpContext | context | Encapsulates all HTTP-specific information about an individual HTTP request. |
Returns
| Type | Description |
|---|---|
| CommandCollection |