ServiceCollectionExtensions.AddProxyRequestHandlers method

namespace: Serenity.Extensions.DependencyInjection   assemblySerenity.Net.Services

Registers proxy activators for the DI container to resolve generic request handler instances like ICreateHandler, IListHandler etc.

public static IServiceCollection AddProxyRequestHandlers(this IServiceCollection collection)
parameter description
collection Service collection

See Also