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
IDictionary<string, string> ParseRequestCommands(HttpContext context)
Parameters
Type | Name | Description |
---|---|---|
HttpContext | context | Encapsulates all HTTP-specific information about an individual HTTP request. |
Returns
Type | Description |
---|---|
IDictionary<String, String> |