PolicyJumpTable.GetDestination(HttpContext) Method
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.
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.