Share via


PolicyJumpTable.GetDestination(HttpContext) Method

Definition

Returns the destination for a given httpContext in the current jump table.

public:
 abstract int GetDestination(Microsoft::AspNetCore::Http::HttpContext ^ httpContext);
public abstract int GetDestination (Microsoft.AspNetCore.Http.HttpContext httpContext);
abstract member GetDestination : Microsoft.AspNetCore.Http.HttpContext -> int
Public MustOverride Function GetDestination (httpContext As HttpContext) As Integer

Parameters

httpContext
HttpContext

The HttpContext associated with the current request.

Returns

Applies to