Skip to main content
A newer version of this page is available. .

FileSystemProviderBuilder Class

Provides methods that allow you to configure a file system provider.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public abstract class FileSystemProviderBuilder :
    OptionsOwnerBuilder

Remarks

Do not instantiate this class explicitly. A new FileSystemProviderBuilder class instance is created when you call the FileSystemProvider(Func<FileSystemProviderFactory, OptionsOwnerBuilder>) method.

See Also