IActionDescriptorProvider.OnProvidersExecuting 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.
Called to execute the provider. Order for details on the order of execution of OnProvidersExecuting(ActionDescriptorProviderContext).
public:
void OnProvidersExecuting(Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptorProviderContext ^ context);
public void OnProvidersExecuting (Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorProviderContext context);
abstract member OnProvidersExecuting : Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptorProviderContext -> unit
Public Sub OnProvidersExecuting (context As ActionDescriptorProviderContext)