OptionConfigureExtensionMethods Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods on IServiceCollection, to provider better usability to IOptionFormatter.
public static class OptionConfigureExtensionMethods
type OptionConfigureExtensionMethods = class
Public Module OptionConfigureExtensionMethods
- Inheritance
-
OptionConfigureExtensionMethods
Methods
ConfigureFormatter<TOptions,TOptionFormatter>(IServiceCollection) |
Configures an options formatter for |
ConfigureFormatter<TOptions>(IServiceCollection) |
Configures an options formatter for |
ConfigureFormatterResolver<TOptions,TOptionFormatterResolver>(IServiceCollection) |
Configures an options formatter resolver for |
ConfigureNamedOptionForLogging<TOptions>(IServiceCollection, String) |
Configures a named option to be logged. |
TryConfigureFormatter<TOptions,TOptionFormatter>(IServiceCollection) |
Configures an options formatter for |
TryConfigureFormatterResolver<TOptions,TOptionFormatterResolver>(IServiceCollection) |
Configure option formatter resolver for named option TOptions, if none is configured |