IPostConfigureOptions<TOptions>.PostConfigure(String, TOptions) Method
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.
Invoked to configure a TOptions
instance.
public void PostConfigure (string? name, TOptions options);
abstract member PostConfigure : string * 'Options -> unit
Public Sub PostConfigure (name As String, options As TOptions)
Parameters
- name
- String
The name of the options instance being configured.
- options
- TOptions
The options instance to configured.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.