public static bool IsSwaggerPath(
string requestPath
)
Public Shared Function IsSwaggerPath (
requestPath As String
) As Boolean
public:
static bool IsSwaggerPath(
String^ requestPath
)
static member IsSwaggerPath :
requestPath : string -> bool