Back to Devexpress

FileManagerBuilder.FileSystemProvider(String) Method

aspnetcore-devextreme-dot-aspnet-dot-mvc-dot-builders-dot-filemanagerbuilder-dot-filesystemprovider-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

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

csharp
public FileManagerBuilder FileSystemProvider(
    string staticJsonUrl
)

Parameters

NameTypeDescription
staticJsonUrlString

The option value.

|

Returns

TypeDescription
FileManagerBuilder

A reference to this instance after the method is called.

|

Remarks

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

cshtml
@(Html.DevExtreme().FileManager()
    .FileSystemProvider("MyProvider")
)

See Also

FileManagerBuilder Class

FileManagerBuilder Members

DevExtreme.AspNet.Mvc.Builders Namespace