Class PresetOnlyQueryCollectionRequestParserOptions
Configuration options for the PresetOnlyQueryCollectionRequestParser.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Commands
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public class PresetOnlyQueryCollectionRequestParserOptions
Properties
| Improve this Doc 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> |