IFilterFactory 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.
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. |