IFilterProvider.OnProvidersExecuted(FilterProviderContext) 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 in decreasing Order, after all IFilterProviders have executed once.
public:
void OnProvidersExecuted(Microsoft::AspNetCore::Mvc::Filters::FilterProviderContext ^ context);
public void OnProvidersExecuted (Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext context);
abstract member OnProvidersExecuted : Microsoft.AspNetCore.Mvc.Filters.FilterProviderContext -> unit
Public Sub OnProvidersExecuted (context As FilterProviderContext)
Parameters
- context
- FilterProviderContext