Skip to content

IConfigureServices interface

namespace: Serenity.Plugins   assemblySerenity.Net.Core

Interface for plugins that require configuring their own services or options.

public interface IConfigureServices

Members

name description
ConfigureServices(…) Configures the services and options for the plugin.

See Also