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