ServiceCollectionConfigureExtensions class

namespace: Serenity.Extensions.DependencyInjection   assemblySerenity.Net.Web

DI extension methods related to configuration and options

public static class ServiceCollectionConfigureExtensions

Public Members

name description
static ConfigureSection<TOptions>(…) Calls Configure&lt;TOptions&gt; with the section key determined from DefaultSectionKeyAttribute on TOptions.
static ConfigureSections(…) Calls Configure&lt;TOptionsType&gt; for all setting classes with DefaultSectionKeyAttribute.

See Also