PostConfigureOptions<TOptions,TDep>.Action Property
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.
The configuration action.
public:
property Action<TOptions, TDep> ^ Action { Action<TOptions, TDep> ^ get(); };
public Action<TOptions,TDep>? Action { get; }
member this.Action : Action<'Options, 'Dep (requires 'Options : null and 'Dep : null)>
Public ReadOnly Property Action As Action(Of TOptions, TDep)
Property Value
Action<TOptions,TDep>
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.