diff --git a/xml/System/Uri.xml b/xml/System/Uri.xml index e737176906d..e111112ada8 100644 --- a/xml/System/Uri.xml +++ b/xml/System/Uri.xml @@ -324,7 +324,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in must start with c:\\\\. + The MS-DOS path specified in must start with c:\\. @@ -416,7 +416,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in the URI must start with c:\\\\. + The MS-DOS path specified in the URI must start with c:\\. XML and SOAP Serialization @@ -536,7 +536,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in must start with c:\\\\. + The MS-DOS path specified in must start with c:\\. @@ -646,7 +646,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in must start with c:\\\\. + The MS-DOS path specified in must start with c:\\. @@ -765,7 +765,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in must start with c:\\\\. + The MS-DOS path specified in must start with c:\\. @@ -885,7 +885,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in must start with c:\\\\. + The MS-DOS path specified in must start with c:\\. @@ -1005,7 +1005,7 @@ Uri uri2 = new Uri("file:///C:/test/path/file.txt") // Explicit file path. -or- - The MS-DOS path specified in must start with c:\\\\. + The MS-DOS path specified in must start with c:\\. Because of security concerns, your application should not call this constructor with URI strings from untrusted sources and with set to . Alternately, you can check a URI string for validity by calling the method prior to calling this constructor.