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
contextHttpContextEncapsulates all HTTP-specific information about an individual HTTP request.