xtd 0.2.0
Loading...
Searching...
No Matches

◆ is_absolute_uri()

bool xtd::uri::is_absolute_uri ( ) const

Gets whether the xtd::uri instance is absolute.

Returns
bool A bool value that is true if the xtd::uri instance is absolute; otherwise, false.
Remarks
This property is true if the string or xtd::uri instance that was passed into the constructor can be parsed as an absolute xtd::uri instance, which contains a scheme, an authority, and a path. Otherwise, the xtd::uri instance is treated as relative and might omit the scheme or other URI components.