Class Startup
An interface for adding extension points to the DNN Startup Logic.
Inheritance
System.Object
Startup
Implements
Namespace: DotNetNuke
Assembly: DotNetNuke.dll
Syntax
public class Startup : object, IDnnStartup
Methods
| Improve this Doc View SourceConfigureServices(IServiceCollection)
An interface for adding extension points to the DNN Startup Logic.
Declaration
public void ConfigureServices(IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services |