Table of Contents

Class CMSPluginFormulaManagementExtensions

Namespace
CMS.Plugin.FormulaManagement.Abstractions
Assembly
CMS.Plugin.FormulaManagement.Abstractions.dll

配方管理扩展方法

public static class CMSPluginFormulaManagementExtensions
Inheritance
CMSPluginFormulaManagementExtensions
Inherited Members

Methods

TryAddFormulaManagement(IServiceCollection, Action<CMSPluginFormulaManagementOptions>)

Tries the add order management.

public static IServiceCollection TryAddFormulaManagement(this IServiceCollection services, Action<CMSPluginFormulaManagementOptions> setupAction = null)

Parameters

services IServiceCollection

The services.

setupAction Action<CMSPluginFormulaManagementOptions>

The setup action.

Returns

IServiceCollection