Table of Contents

Class PhysicalFileSystemProviderOptions

Namespace
SixLabors.ImageSharp.Web.Providers
Assembly
SixLabors.ImageSharp.Web.dll

Configuration options for the PhysicalFileSystemProvider.

public class PhysicalFileSystemProviderOptions
Inheritance
PhysicalFileSystemProviderOptions
Inherited Members

Properties

ProcessingBehavior

Gets or sets the processing behavior. Defaults to CommandOnly.

public ProcessingBehavior ProcessingBehavior { get; set; }

Property Value

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'.

public string? ProviderRootPath { get; set; }

Property Value

string