C# Class Microsoft.Extensions.DependencyInjection.WebSubMvcCoreBuilderExtensions

Mostra file Open project: tpeczek/WebSub.NET

Public Methods

Method Description
AddWebSubWebHooks ( IMvcCoreBuilder builder ) : IMvcCoreBuilder

Add WebSub WebHook configuration and services to the specified builder.

Method Details

AddWebSubWebHooks() public static method

Add WebSub WebHook configuration and services to the specified builder.
public static AddWebSubWebHooks ( IMvcCoreBuilder builder ) : IMvcCoreBuilder
builder IMvcCoreBuilder The to configure.
return IMvcCoreBuilder