IObjectSpaceProviderServiceBasedBuilder<TContext> Interface
The fluent API-based builder that allows you to configure Object Space Providers in your ASP.NET Core Blazor application.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
public interface IObjectSpaceProviderServiceBasedBuilder<TContext>
where TContext :
IXafApplicationBuilder<TContext>,
IAccessor<IServiceCollection>
Type Parameters
Name | Description |
---|---|
TContext | The IBlazorApplicationBuilder type. |
Extension Methods
See Also