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: docs/fundamentals/runtime-libraries/system-uri.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,4 +154,4 @@ Uri baseUri = new Uri(@"\\host\share\some\directory\name\");
154
154
155
155
## Performance considerations
156
156
157
-
If you use a *Web.config*file that contains URIs to initialize your application, additional time is required to process the URIs if their scheme identifiers are nonstandard. In such a case, initialize the affected parts of your application when the URIs are needed, not at start time.
157
+
If you use a *Web.config*file that contains URIs to initialize your application, additional time is required to process the URIs if their scheme identifiers are nonstandard. In such a case, initialize the affected parts of your application when the URIs are needed, not at start time.
0 commit comments