Determines if the given url is relative.
- Namespace
- Statiq
.Common - Containing Type
- RelativeUrl
Syntax
public static bool IsRelative(string url)
Parameters
Name | Type | Description |
---|---|---|
url | string | The URL. |
Return Value
Type | Description |
---|---|
bool | true if the URL is relative, otherwise false . |