Open pbehin opened 1 year ago
In dot net, on Linux (not in Windows), the Uri.TryCreate method with the UriKind.Absolute parameter returns true if the URL is relative.
Uri.TryCreate
UriKind.Absolute
In dot net, on Linux (not in Windows), the
Uri.TryCreate
method with theUriKind.Absolute
parameter returns true if the URL is relative.