IResourceFilter.OnResourceExecuting(ResourceExecutingContext) 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.
Executes the resource filter. Called before execution of the remainder of the pipeline.
public:
void OnResourceExecuting(Microsoft::AspNetCore::Mvc::Filters::ResourceExecutingContext ^ context);
public void OnResourceExecuting (Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext context);
abstract member OnResourceExecuting : Microsoft.AspNetCore.Mvc.Filters.ResourceExecutingContext -> unit
Public Sub OnResourceExecuting (context As ResourceExecutingContext)
Parameters
- context
- ResourceExecutingContext
Applies to
Feedback
Submit and view feedback for