Skip to content

ServiceCollectionExtensions.AddCustomRequestHandlers method

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

public static IServiceCollection AddCustomRequestHandlers(this IServiceCollection collection, 
    ITypeSource typeSource = null, Func<Type, Type, bool> predicate = null)

See Also