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.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public interface IObjectSpaceProviderServiceBasedBuilder<TContext>
where TContext :
IXafApplicationBuilder<TContext>,
IAccessor<IServiceCollection>
#Type Parameters
Name | Description |
---|---|
TContext | The IBlazor |
#Related API Members
The following members return IObjectSpaceProviderServiceBasedBuilder
#Extension Methods
See Also