IResourceFilter Interface

Definition

A filter that surrounds execution of model binding, the action (and filters) and the action result (and filters).

public interface class IResourceFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IResourceFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IResourceFilter = interface
    interface IFilterMetadata
Public Interface IResourceFilter
Implements IFilterMetadata
Derived
Implements

Methods

OnResourceExecuted(ResourceExecutedContext)

Executes the resource filter. Called after execution of the remainder of the pipeline.

OnResourceExecuting(ResourceExecutingContext)

Executes the resource filter. Called before execution of the remainder of the pipeline.

Applies to