Table of Contents

Class StartupEav

Namespace
ToSic.Eav.Run.Startup
Assembly
ToSic.Eav.WebApi.dll

Global Eav Configuration

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public static class StartupEav
Inheritance
object
StartupEav

Methods

AddEavAll(IServiceCollection)

Use this to setup the new DI container

public static IServiceCollection AddEavAll(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

AddEavAllFallbacks(IServiceCollection)

Fallbacks for services which were not implemented - must come last

public static IServiceCollection AddEavAllFallbacks(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection