ConfigureOptions<TOptions> 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.
Implementation of IConfigureOptions<TOptions>.
generic <typename TOptions>
where TOptions : classpublic ref class ConfigureOptions : Microsoft::Extensions::Options::IConfigureOptions<TOptions>
public class ConfigureOptions<TOptions> : Microsoft.Extensions.Options.IConfigureOptions<TOptions> where TOptions : class
type ConfigureOptions<'Options (requires 'Options : null)> = class
interface IConfigureOptions<'Options (requires 'Options : null)>
Public Class ConfigureOptions(Of TOptions)
Implements IConfigureOptions(Of TOptions)
Type Parameters
- TOptions
Options type being configured.
- Inheritance
-
ConfigureOptions<TOptions>
- Derived
- Implements
Constructors
ConfigureOptions<TOptions>(Action<TOptions>) |
Constructor. |
Properties
Action |
The configuration action. |
Methods
Configure(TOptions) |
Invokes the registered configure Action. |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.