IFilterFactory Interface

Definition

An interface for filter metadata which can create an instance of an executable filter.

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

Properties

IsReusable

Gets a value that indicates if the result of CreateInstance(IServiceProvider) can be reused across requests.

Methods

CreateInstance(IServiceProvider)

Creates an instance of the executable filter.

Applies to