次の方法で共有


OptionConfigureExtensionMethods クラス

定義

IOptionFormatter の IServiceCollection使いやすさを向上させるために、 の拡張メソッド。

public static class OptionConfigureExtensionMethods
type OptionConfigureExtensionMethods = class
Public Module OptionConfigureExtensionMethods
継承
OptionConfigureExtensionMethods

メソッド

ConfigureFormatter<TOptions,TOptionFormatter>(IServiceCollection)

のオプション フォーマッタを TOptions構成します。

ConfigureFormatter<TOptions>(IServiceCollection)

のオプション フォーマッタを TOptions構成します。

ConfigureFormatterResolver<TOptions,TOptionFormatterResolver>(IServiceCollection)

のオプション フォーマッタ リゾルバーを TOptions構成します。

ConfigureNamedOptionForLogging<TOptions>(IServiceCollection, String)

ログに記録する名前付きオプションを構成します。

TryConfigureFormatter<TOptions,TOptionFormatter>(IServiceCollection)

既に構成されていない場合は、 の TOptions オプション フォーマッタを構成します。

TryConfigureFormatterResolver<TOptions,TOptionFormatterResolver>(IServiceCollection)

名前付きオプション TOptions のオプション フォーマッタ リゾルバーを構成する (構成されていない場合)

適用対象