Enum UriKind
ID 3060
Namespace: System.Utilities
Defines the different kinds of URIs.
Remarks
Visit https://learn.microsoft.com/en-us/dotnet/api/system.urikind for more information.
Properties
| Name | Value |
|---|---|
| Access | Public |
| Extensible | False |
Values
| Name | Description |
|---|---|
| RelativeOrAbsolute |
The URI kind is indeterminate. |
| Absolute |
The URI is absolute. |
| Relative |
The URI is relative. |