Skip to content

Pact Logging LoggingExtensions MatchesEndpointPattern(Microsoft AspNetCore Http HttpContext string)

welshronaldo edited this page May 30, 2022 · 6 revisions

LoggingExtensions.MatchesEndpointPattern(HttpContext, string) Method

Checks if the endpoint matches this pattern

private static bool MatchesEndpointPattern(Microsoft.AspNetCore.Http.HttpContext ctx, string name);

Parameters

ctx Microsoft.AspNetCore.Http.HttpContext

name System.String

Returns

System.Boolean

Clone this wiki locally