System.Uri.IsAbsoluteUri Property

Gets whether the Uri instance is absolute.

Syntax

public bool IsAbsoluteUri { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is true if the string or Uri instance that was passed into the constructor can be parsed as an absolute Uri instance, which contains a scheme, an authority, and a path. Otherwise, the Uri instance is treated as relative and might omit the scheme or other URI components.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0