Skip to main content
All docs
V26.1
  • JS

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

    Namespace: DevExtreme.AspNet.Mvc

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

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

    Parameters

    Name Type Description
    builder TProviderBuilder

    The file system provider.

    value String

    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