Skip to main content

FileSystemProviderFactory(OptionsOwnerContext) Constructor

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

Namespace: DevExtreme.AspNet.Mvc.Factories

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public FileSystemProviderFactory(
    OptionsOwnerContext context
)

Parameters

Name Type Description
context OptionsOwnerContext

For internal use only.

See Also