Share via


EndpointFilterInvocationContext.Create Method

Definition

Overloads

Create(HttpContext)

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

Create<T>(HttpContext, T)

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

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

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

Create(HttpContext)

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create (Microsoft.AspNetCore.Http.HttpContext httpContext);
static member Create : Microsoft.AspNetCore.Http.HttpContext -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create (httpContext As HttpContext) As EndpointFilterInvocationContext

Parameters

httpContext
HttpContext

Returns

Applies to

Create<T>(HttpContext, T)

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T> (Microsoft.AspNetCore.Http.HttpContext httpContext, T arg);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T) (httpContext As HttpContext, arg As T) As EndpointFilterInvocationContext

Type Parameters

T

Parameters

httpContext
HttpContext
arg
T

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2,T3,T4,T5,T6,T7,T8> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, T8 arg8);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 * 'T8 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2, T3, T4, T5, T6, T7, T8) (httpContext As HttpContext, arg1 As T1, arg2 As T2, arg3 As T3, arg4 As T4, arg5 As T5, arg6 As T6, arg7 As T7, arg8 As T8) As EndpointFilterInvocationContext

Type Parameters

T1
T2
T3
T4
T5
T6
T7
T8

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2
arg3
T3
arg4
T4
arg5
T5
arg6
T6
arg7
T7
arg8
T8

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2,T3,T4,T5,T6,T7> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 * 'T7 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2, T3, T4, T5, T6, T7) (httpContext As HttpContext, arg1 As T1, arg2 As T2, arg3 As T3, arg4 As T4, arg5 As T5, arg6 As T6, arg7 As T7) As EndpointFilterInvocationContext

Type Parameters

T1
T2
T3
T4
T5
T6
T7

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2
arg3
T3
arg4
T4
arg5
T5
arg6
T6
arg7
T7

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2,T3,T4,T5,T6> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2, T3, T4, T5, T6) (httpContext As HttpContext, arg1 As T1, arg2 As T2, arg3 As T3, arg4 As T4, arg5 As T5, arg6 As T6) As EndpointFilterInvocationContext

Type Parameters

T1
T2
T3
T4
T5
T6

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2
arg3
T3
arg4
T4
arg5
T5
arg6
T6

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2,T3,T4,T5> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 * 'T3 * 'T4 * 'T5 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2, T3, T4, T5) (httpContext As HttpContext, arg1 As T1, arg2 As T2, arg3 As T3, arg4 As T4, arg5 As T5) As EndpointFilterInvocationContext

Type Parameters

T1
T2
T3
T4
T5

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2
arg3
T3
arg4
T4
arg5
T5

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2,T3,T4> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2, T3 arg3, T4 arg4);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 * 'T3 * 'T4 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2, T3, T4) (httpContext As HttpContext, arg1 As T1, arg2 As T2, arg3 As T3, arg4 As T4) As EndpointFilterInvocationContext

Type Parameters

T1
T2
T3
T4

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2
arg3
T3
arg4
T4

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2,T3> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2, T3 arg3);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 * 'T3 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2, T3) (httpContext As HttpContext, arg1 As T1, arg2 As T2, arg3 As T3) As EndpointFilterInvocationContext

Type Parameters

T1
T2
T3

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2
arg3
T3

Returns

Applies to

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

Source:
EndpointFilterInvocationContext.cs

Creates a strongly-typed implementation of a EndpointFilterInvocationContext given the provided type parameters.

public static Microsoft.AspNetCore.Http.EndpointFilterInvocationContext Create<T1,T2> (Microsoft.AspNetCore.Http.HttpContext httpContext, T1 arg1, T2 arg2);
static member Create : Microsoft.AspNetCore.Http.HttpContext * 'T1 * 'T2 -> Microsoft.AspNetCore.Http.EndpointFilterInvocationContext
Public Shared Function Create(Of T1, T2) (httpContext As HttpContext, arg1 As T1, arg2 As T2) As EndpointFilterInvocationContext

Type Parameters

T1
T2

Parameters

httpContext
HttpContext
arg1
T1
arg2
T2

Returns

Applies to