Share via


Uri.IsAbsoluteUri Property

Gets whether the Uri instance is absolute.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public bool IsAbsoluteUri { get; }

Property Value

true if the Uri instance is absolute; otherwise, false.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

Uri Class
Uri Members
System Namespace