Back to Devexpress

IXafApplicationBuilder<TBuilder>.Services Property

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-ixafapplicationbuilder-1.md

latest1.5 KB
Original Source

IXafApplicationBuilder<TBuilder>.Services Property

The IServiceCollection object that configures additional services of an XAF application.

Namespace : DevExpress.ExpressApp.ApplicationBuilder

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
virtual IServiceCollection Services { get; }
vb
Overridable ReadOnly Property Services As IServiceCollection

Property Value

TypeDescription
IServiceCollection

A collection of services to be registered in the dependency injection container.

|

See Also

IXafApplicationBuilder<TBuilder> Interface

IXafApplicationBuilder<TBuilder> Members

DevExpress.ExpressApp.ApplicationBuilder Namespace