EndpointFilterInvocationContext 類別

定義

提供抽象概念,用於包裝 HttpContext 提供給路由處理常式的 和 引數。

public abstract class EndpointFilterInvocationContext
type EndpointFilterInvocationContext = class
Public MustInherit Class EndpointFilterInvocationContext
繼承
EndpointFilterInvocationContext
衍生

建構函式

EndpointFilterInvocationContext()

提供抽象概念,用於包裝 HttpContext 提供給路由處理常式的 和 引數。

屬性

Arguments

目前要求中提供給篩選準則的引數清單。 此清單不是唯讀的,可允許篩選準則修改現有的引數。

HttpContext

HttpContext 篩選準則正在處理之目前要求相關聯的 。

方法

Create(HttpContext)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T>(HttpContext, T)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2,T3,T4,T5,T6,T7,T8>(HttpContext, T1, T2, T3, T4, T5, T6, T7, T8)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2,T3,T4,T5,T6,T7>(HttpContext, T1, T2, T3, T4, T5, T6, T7)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2,T3,T4,T5,T6>(HttpContext, T1, T2, T3, T4, T5, T6)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2,T3,T4,T5>(HttpContext, T1, T2, T3, T4, T5)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2,T3,T4>(HttpContext, T1, T2, T3, T4)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2,T3>(HttpContext, T1, T2, T3)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

Create<T1,T2>(HttpContext, T1, T2)

建立所提供型別參數的 EndpointFilterInvocationContext 強型別實作。

GetArgument<T>(Int32)

擷取引數,指定其在引數清單中的位置。

適用於