Skip to main content
All docs
V26.1
  • IBlazorApplicationBuilder.ApplicationFactory Property

    Specifies the delegate that creates BlazorApplication. We recommend that you use the BlazorApplicationBuilderExtensions.UseApplication method instead.

    Namespace: DevExpress.ExpressApp.Blazor.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    Func<IServiceProvider, BlazorApplication> ApplicationFactory { get; set; }

    Property Value

    Type Description
    Func<IServiceProvider, BlazorApplication>

    The delegate that creates BlazorApplication.

    See Also