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

FileSystemProviderBuilder(OptionsOwnerContext) Constructor

Initializes a new instance of the FileSystemProviderBuilder class with specified settings.

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public FileSystemProviderBuilder(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

See Also