PostConfigureOptions<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 IPostConfigureOptions<TOptions>.
generic <typename TOptions>
where TOptions : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class
type PostConfigureOptions<'Options (requires 'Options : null)> = class
interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions)
Implements IPostConfigureOptions(Of TOptions)
Type Parameters
- TOptions
The options type being configured.
- Inheritance
-
PostConfigureOptions<TOptions>
- Implements
Constructors
PostConfigureOptions<TOptions>(String, Action<TOptions>) |
Creates a new instance of PostConfigureOptions<TOptions>. |
Properties
Action |
Gets the initialization action. |
Name |
Gets the options name. |
Methods
PostConfigure(String, TOptions) |
Invokes the registered initialization Action if the |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.