Table of Contents

Class LicenseExtention

Namespace
System
Assembly
H.Modules.License.dll
public static class LicenseExtention
Inheritance
LicenseExtention
Inherited Members

Methods

AddLicenseService(IServiceCollection, Action<ILicenseOptions>)

public static IServiceCollection AddLicenseService(this IServiceCollection service, Action<ILicenseOptions> setupAction = null)

Parameters

service IServiceCollection
setupAction Action<ILicenseOptions>

Returns

IServiceCollection

UseLicense(IApplicationBuilder, Action<ILicenseOptions>)

public static void UseLicense(this IApplicationBuilder service, Action<ILicenseOptions> action = null)

Parameters

service IApplicationBuilder
action Action<ILicenseOptions>