Enum CommandHandling
Provides enumeration for handling CommandCollection instances when processing a request.
Namespace: SixLabors.ImageSharp.Web
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public enum CommandHandling
Fields
| Name | Description |
|---|---|
| None | The command collection will be processed unaltered. |
| Sanitize | The command collection will be stripped of any unknown commands. |