Class PresetOnlyQueryCollectionRequestParserOptions
- Namespace
- SixLabors.ImageSharp.Web.Commands
- Assembly
- SixLabors.ImageSharp.Web.dll
Configuration options for the PresetOnlyQueryCollectionRequestParser.
public class PresetOnlyQueryCollectionRequestParserOptions
- Inheritance
-
PresetOnlyQueryCollectionRequestParserOptions
- Inherited Members
Properties
Presets
Gets or sets the presets, which is a Dictionary of preset names to command query strings.
public Dictionary<string, string> Presets { get; set; }