Skip to main content
All docs
V26.1
  • FileManagerBuilder.FileSystemProvider(String) Method

    Specifies the file system provider. Mirrors the client-side fileSystemProvider option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public FileManagerBuilder FileSystemProvider(
        string staticJsonUrl
    )

    Parameters

    Name Type Description
    staticJsonUrl String

    The option value.

    Returns

    Type Description
    FileManagerBuilder

    A reference to this instance after the method is called.

    Remarks

    Use the following notation to set the option’s value:

    @(Html.DevExtreme().FileManager()
        .FileSystemProvider("MyProvider")
    )
    
    See Also