Skip to content

Commit 77bcd7b

Browse files
author
Norton
authored
Replaced link to obsolete Uri.MakeRelative with Uri.MakeRelativeUri (#7755)
1 parent 3a70db5 commit 77bcd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/Uri.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
## Remarks
7575
A URI is a compact representation of a resource available to your application on the intranet or internet. The <xref:System.Uri> class defines the properties and methods for handling URIs, including parsing, comparing, and combining. The <xref:System.Uri> class properties are read-only; to create a modifiable object, use the <xref:System.UriBuilder> class.
7676
77-
Relative URIs (for example, "/new/index.htm") must be expanded with respect to a base URI so that they are absolute. The <xref:System.Uri.MakeRelative%2A> method is provided to convert absolute URIs to relative URIs when necessary.
77+
Relative URIs (for example, "/new/index.htm") must be expanded with respect to a base URI so that they are absolute. The <xref:System.Uri.MakeRelativeUri%2A> method is provided to convert absolute URIs to relative URIs when necessary.
7878
7979
The <xref:System.Uri> constructors do not escape URI strings if the string is a well-formed URI including a scheme identifier.
8080

0 commit comments

Comments
 (0)