Skip to main content
All docs
V25.2
  • BlazorApplicationOptions.CreateApplicationContext() Method

    Creates an Blazor application context.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.ExpressApp.EasyTest.BlazorAdapter.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.EasyTest.BlazorAdapter

    Declaration

    public virtual IApplicationContext CreateApplicationContext()

    Returns

    Type Description
    IApplicationContext

    An application context.

    See Also