Skip to main content
JS

FileSystemProviderBuilderExtensions.NameExpr<TProviderBuilder>(TProviderBuilder, JS) Method

Namespace: DevExtreme.AspNet.Mvc

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public static TProviderBuilder NameExpr<TProviderBuilder>(
    this TProviderBuilder builder,
    JS value
)
    where TProviderBuilder : FileSystemProviderBuilder

Parameters

Name Type Description
builder TProviderBuilder

The file system provider.

value JS

A JavaScript expression that specifies the option value.

Type Parameters

Name Description
TProviderBuilder

The type of the file system provider.

Returns

Type Description
TProviderBuilder

An object that can be used to further configure the file system provider.

See Also