Table of Contents

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 = 1

The command collection will be processed unaltered.

Sanitize = 0

The command collection will be stripped of any unknown commands.