You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/UriKind.xml
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,19 @@
29
29
<BaseTypeName>System.Enum</BaseTypeName>
30
30
</Base>
31
31
<Docs>
32
-
<summary>Defines the kinds of <seecref="T:System.Uri" />s for the <seecref="M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)" /> and several <seecref="Overload:System.Uri.#ctor" /> methods.</summary>
32
+
<summary>Defines the different kinds of URIs.</summary>
33
33
<remarks>
34
34
<formattype="text/markdown"><![CDATA[
35
35
36
-
## Remarks
37
-
Absolute URIs are characterized by a complete reference to the resource (example: http://www.contoso.com/index.html), while a relative Uri depends on a previously defined base URI (example: /index.html).
36
+
## Remarks
37
+
38
+
Absolute URIs are characterized by a complete reference to the resource (example: `http://www.contoso.com/index.html`), while a relative URI depends on a previously defined base URI (example: `/index.html`).
39
+
40
+
The following list shows some APIs that use the `UriKind` enum:
0 commit comments