IObjectSpaceProviderFactory Interface
A service that provides access to Object Space Providers registered in your ASP.NET Core application.
Namespace: DevExpress.ExpressApp.Core
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
In ASP.NET Core Blazor and Web API applications, IObjectSpaceFactory services use IObjectSpaceProviderFactory to create the collection of IObjectSpaceProvider objects.
Refer to the following topic to learn how to add your custom object space provider to the application: Configure Your Application to Use Custom Object Space Provider.
See Also