Skip to content

Commit

Permalink
Replaced link to obsolete Uri.MakeRelative with Uri.MakeRelativeUri (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Norton committed Mar 9, 2022
1 parent 3a70db5 commit 77bcd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/System/Uri.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
## Remarks
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.
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.
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.
The <xref:System.Uri> constructors do not escape URI strings if the string is a well-formed URI including a scheme identifier.
Expand Down

0 comments on commit 77bcd7b

Please sign in to comment.