Table of Contents

Class CMSPluginPalletManagementExtensions

Namespace
CMS.Plugin.PalletManagement.Abstractions
Assembly
CMS.Plugin.PalletManagement.Abstractions.dll

扩展方法

public static class CMSPluginPalletManagementExtensions
Inheritance
CMSPluginPalletManagementExtensions
Inherited Members

Methods

TryAddPalletManagement(IServiceCollection, Action<CMSPluginPalletManagementOptions>?)

Tries the add setting management.

public static IServiceCollection TryAddPalletManagement(this IServiceCollection services, Action<CMSPluginPalletManagementOptions>? configureOptions = null)

Parameters

services IServiceCollection

The services.

configureOptions Action<CMSPluginPalletManagementOptions>

The configure options.

Returns

IServiceCollection