Skip to main content

DevExpressWasmMasksApplicationBuilderExtensions.UseDevExpressBlazorWasmMasksStaticFiles(IApplicationBuilder) Method

OBSOLETE

This method is now obsolete. You can remove it from your project.

The method is obsolete.

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Blazor.Server.WebAssembly.v23.2.dll

NuGet Package: DevExpress.Blazor.Server.WebAssembly

Declaration

[Obsolete("This method is now obsolete. You can remove it from your project.")]
public static IApplicationBuilder UseDevExpressBlazorWasmMasksStaticFiles(
    this IApplicationBuilder builder
)

Parameters

Name Type Description
builder IApplicationBuilder

.

Returns

Type Description
IApplicationBuilder

.

Remarks

Important

DevExpress data editors no longer allow you to enable client-side (Web Assembly) masks in Blazor Server applications. Refer to this breaking change for more information.

See Also