Table of Contents

Class ModulePreInitParameters

Namespace
CMS.Core
Assembly
CMS.Core.dll

Represents parameters for module pre-initialization.

public sealed class ModulePreInitParameters
Inheritance
object
ModulePreInitParameters
Extension Methods

Properties

Services

Collection of services.

public IServiceCollection Services { get; init; }

Property Value

IServiceCollection

See Also