Table of Contents

Class IServiceCollectionExtensions

Namespace
Songhay.Extensions
Assembly
SonghayCore.dll

Extensions of IServiceCollection

public static class IServiceCollectionExtensions
Inheritance
IServiceCollectionExtensions
Inherited Members

Methods

AddProgramMetadata(IServiceCollection, IConfiguration)

Adds the conventional ProgramMetadata instance as a singleton.

public static IServiceCollection AddProgramMetadata(this IServiceCollection services, IConfiguration configuration)

Parameters

services IServiceCollection

the IServiceCollection

configuration IConfiguration

the IConfiguration

Returns

IServiceCollection