Table of Contents

Class Startup

Namespace: Apollo.Extensions.Microsoft.Hosting
Assembly: Apollo.Extensions.Microsoft.Hosting.dll

public static class Startup

Inheritance

objectStartup

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

AddApollo(IServiceCollection, Action<IApolloBuilder>?)

public static IServiceCollection AddApollo(this IServiceCollection services, Action<IApolloBuilder>? builderAction)

Parameters

services IServiceCollection

builderAction Action<IApolloBuilder>?

Returns

IServiceCollection