IAsyncResourceFilter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以非同步方式括住模型系結執行的篩選、動作 (和篩選) ,以及動作結果 (和篩選) 。
public interface class IAsyncResourceFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAsyncResourceFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAsyncResourceFilter = interface
interface IFilterMetadata
Public Interface IAsyncResourceFilter
Implements IFilterMetadata
- 實作
方法
| OnResourceExecutionAsync(ResourceExecutingContext, ResourceExecutionDelegate) |
在管線的其餘部分之前以非同步方式呼叫。 |