Table of Contents

Class StartupWebApi

Namespace
ToSic.Eav
Assembly
ToSic.Eav.WebApi.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public static class StartupWebApi
Inheritance
object
StartupWebApi

Methods

AddEavWebApi(IServiceCollection)

public static IServiceCollection AddEavWebApi(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection

AddEavWebApiTypedAfterEav(IServiceCollection)

Add typed EAV WebApi objects. Make sure it's called AFTER adding the normal EAV. Otherwise the ResponseMaker will be the unknown even in

public static IServiceCollection AddEavWebApiTypedAfterEav(this IServiceCollection services)

Parameters

services IServiceCollection

Returns

IServiceCollection