Freigeben über


OptionConfigureExtensionMethods Klasse

Definition

Erweiterungsmethoden auf IServiceCollection, um eine bessere Benutzerfreundlichkeit für IOptionFormatter bereitzustellen.

public static class OptionConfigureExtensionMethods
type OptionConfigureExtensionMethods = class
Public Module OptionConfigureExtensionMethods
Vererbung
OptionConfigureExtensionMethods

Methoden

ConfigureFormatter<TOptions,TOptionFormatter>(IServiceCollection)

Konfiguriert einen Optionsformatierer für TOptions.

ConfigureFormatter<TOptions>(IServiceCollection)

Konfiguriert einen Optionsformatierer für TOptions.

ConfigureFormatterResolver<TOptions,TOptionFormatterResolver>(IServiceCollection)

Konfiguriert einen Optionsformatiererrelöser für TOptions.

ConfigureNamedOptionForLogging<TOptions>(IServiceCollection, String)

Konfiguriert eine benannte Option, die protokolliert werden soll.

TryConfigureFormatter<TOptions,TOptionFormatter>(IServiceCollection)

Konfiguriert einen Optionsformatierer für TOptions , wenn bereits keine konfiguriert sind.

TryConfigureFormatterResolver<TOptions,TOptionFormatterResolver>(IServiceCollection)

Konfigurieren des Optionsformatierungsrelösers für benannte Option TOptions, wenn keine konfiguriert ist

Gilt für: