'Declaration
<NullableContextAttribute(1)> <ExtensionAttribute()> Public Shared Function GetRouteString( _ ByVal httpContext As HttpContext _ ) As String
[NullableContext(1)] [Extension()] public static string GetRouteString( HttpContext httpContext )
Parameters
- httpContext
- The Microsoft.AspNetCore.Http.HttpContext instance.
Return Value
A readable string form of the route, if available; otherwise,
null
.