Name | Description | |
---|---|---|
![]() | DefaultAsString | Default ResourceDescriptor, expressed as string. Equals to an empty string.
The value of this constant is "" (String.Empty). |
![]() | DefaultAuthority | Default authority. Equals to null .
The value of this constant is null. |
![]() | DefaultDescriptorString | Default value of the DescriptorString property. An empty string.
The value of this constant is "" (String.Empty). |
![]() | DefaultFragment | Default URI fragment. Equals to null .
The value of this constant is null. |
![]() | DefaultHost | Default URI host. Equals to null .
The value of this constant is null. |
![]() | DefaultIsNull | Default value of the IsNull property. Equals to true .
The value of this constant is True. |
![]() | DefaultPassword | Default URI password. Equals to null .
The value of this constant is null. |
![]() | DefaultPath | Default URI path. Equals to null .
The value of this constant is null. |
![]() | DefaultPathAndQuery | Default path and query. Equals to null .
The value of this constant is null. |
![]() | DefaultPort | Default URI port. Equals to -1 .
The value of this constant is -1. |
![]() | DefaultQuery | Default URI query. Equals to null .
The value of this constant is null. |
![]() | DefaultScheme | Default URI scheme. Equals to null .
The value of this constant is null. |
![]() | DefaultUrl | Default URL. Equals to null .
The value of this constant is null. |
![]() | DefaultUrlString | Default URL string of the resource. An empty string.
The value of this constant is "" (String.Empty). |
![]() | DefaultUserInfo | Default user info. Equals to null .
The value of this constant is null. |
![]() | DefaultUserName | Default URI user name. Equals to null .
The value of this constant is null. |
![]() | VoidScheme | Void URI scheme.
The value of this constant is "void". |