IResourceFilter Interface
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.
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. |