Class PhysicalFileSystemProviderOptions
Configuration options for the PhysicalFileSystemProvider.
Inherited Members
Namespace: SixLabors.ImageSharp.Web.Providers
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public class PhysicalFileSystemProviderOptions
Properties
| Edit this page View SourceProcessingBehavior
Gets or sets the processing behavior. Defaults to CommandOnly.
Declaration
public ProcessingBehavior ProcessingBehavior { get; set; }
Property Value
Type | Description |
---|---|
ProcessingBehavior |
ProviderRootPath
Gets or sets the optional provider root folder path.
This value can be null, a fully qualified absolute path, or a path relative to the directory that contains the application content files.
If not set, this will default to the directory that contains the web-servable application content files; commonly 'wwwroot'.
Declaration
public string? ProviderRootPath { get; set; }
Property Value
Type | Description |
---|---|
string |