Class PresetOnlyQueryCollectionRequestParserOptions
Configuration options for the PresetOnlyQueryCollectionRequestParser.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Commands
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public class PresetOnlyQueryCollectionRequestParserOptions
  Properties
| Edit this page View SourcePresets
Gets or sets the presets, which is a Dictionary of preset names to command query strings.
Declaration
public IDictionary<string, string> Presets { get; set; }
  Property Value
| Type | Description | 
|---|---|
| IDictionary<string, string> |