IApplicationModelProvider.OnProvidersExecuted 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.
Executed for the second pass of ApplicationModel building. See Order.
public:
void OnProvidersExecuted(Microsoft::AspNetCore::Mvc::ApplicationModels::ApplicationModelProviderContext ^ context);
public void OnProvidersExecuted (Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext context);
abstract member OnProvidersExecuted : Microsoft.AspNetCore.Mvc.ApplicationModels.ApplicationModelProviderContext -> unit
Public Sub OnProvidersExecuted (context As ApplicationModelProviderContext)