Table of Contents

Class CMSPluginLabelManagementExtensions

Namespace
CMS.Plugin.LabelManagement.Abstractions
Assembly
CMS.Plugin.LabelManagement.Abstractions.dll

扩展方法

public static class CMSPluginLabelManagementExtensions
Inheritance
CMSPluginLabelManagementExtensions
Inherited Members

Methods

TryAddLabelManagement(IServiceCollection, Action<CMSPluginLabelManagementOptions>?)

Tries the add setting management.

public static IServiceCollection TryAddLabelManagement(this IServiceCollection services, Action<CMSPluginLabelManagementOptions>? configureOptions = null)

Parameters

services IServiceCollection

The services.

configureOptions Action<CMSPluginLabelManagementOptions>

The configure options.

Returns

IServiceCollection