Property Kind
Kind
Gets or sets the kind of URI.
public UriKind Kind { get; set; }
Property Value
- UriKind
The kind of URI.
Remarks
System.UriKind
to check:
- System.UriKind.Absolute
- System.UriKind.Relative
- System.UriKind.RelativeOrAbsolute
Gets or sets the kind of URI.
public UriKind Kind { get; set; }
The kind of URI.
System.UriKind
to check: