Skip to content

Commit 06e8c92

Browse files
authored
update msdn links (#3862)
1 parent 9ceeca9 commit 06e8c92

File tree

100 files changed

+406
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+406
-406
lines changed

xml/System.ComponentModel.DataAnnotations/DisplayFormatAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
6565
]]></format>
6666
</remarks>
67-
<related type="Article" href="https://msdn.microsoft.com/library/76091f86-f967-4687-a40f-de87bd8cc9a0">How to: Set the Culture and UI Culture for ASP.NET Web Page Globalization</related>
67+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/bz9tc508(v=vs.100)">How to: Set the Culture and UI Culture for ASP.NET Web Page Globalization</related>
6868
</Docs>
6969
<Members>
7070
<Member MemberName=".ctor">

xml/System.ComponentModel/MarshalByValueComponent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
<format type="text/markdown"><![CDATA[
484484
485485
## Remarks
486-
For more information on designer services you can use, see [Design-Time Architecture](https://msdn.microsoft.com/library/4881917b-628f-4689-b872-472e4f8a4e3a).
486+
For more information on designer services you can use, see [Design-Time Architecture](https://docs.microsoft.com/previous-versions/visualstudio/visual-studio-2013/c5z9s1h4(v=vs.120)).
487487
488488
]]></format>
489489
</remarks>

xml/System.Web.Configuration/CustomErrorCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
181181
- If you pass a <xref:System.Configuration.ConfigurationSaveMode.Full> or <xref:System.Configuration.ConfigurationSaveMode.Modified> parameter value, then a `clear` element is inserted into the `clientTarget` section of the configuration file at the current hierarchy level.
182182
183-
- If you pass the <xref:System.Configuration.ConfigurationSaveMode.Minimal> parameter value, a series of `remove` elements are added to the [clientTarget Element (ASP.NET Settings Schema)](https://msdn.microsoft.com/library/17a0fa6e-a065-49cc-b900-ef73eda6a922) of the configuration file at the current hierarchy level. Each removes all references to an `add` element defined in a parent configuration file at a higher level in the hierarchy. When you use <xref:System.Configuration.ConfigurationSaveMode.Minimal>, there is one additional property on the collection that affects what gets serialized to the configuration file: <xref:System.Configuration.ConfigurationElementCollection.EmitClear%2A>, which is `false` by default. The following conditions apply.
183+
- If you pass the <xref:System.Configuration.ConfigurationSaveMode.Minimal> parameter value, a series of `remove` elements are added to the [clientTarget Element (ASP.NET Settings Schema)](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/6379d90d(v=vs.100)) of the configuration file at the current hierarchy level. Each removes all references to an `add` element defined in a parent configuration file at a higher level in the hierarchy. When you use <xref:System.Configuration.ConfigurationSaveMode.Minimal>, there is one additional property on the collection that affects what gets serialized to the configuration file: <xref:System.Configuration.ConfigurationElementCollection.EmitClear%2A>, which is `false` by default. The following conditions apply.
184184
185185
- If the <xref:System.Configuration.ConfigurationElementCollection.EmitClear%2A> set to `true`, `clear` element is inserted into the `clientTarget` section of the configuration file at the current hierarchy level. This removes all references to the `add` elements defined in the parent configuration files at higher levels in the hierarchy.
186186

xml/System.Web.Configuration/NamespaceCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
]]></format>
5656
</remarks>
5757
<altmember cref="T:System.Web.Configuration.PagesSection" />
58-
<related type="Article" href="https://msdn.microsoft.com/library/d35d5892-07d6-4b85-a7c6-4c37ac0cd430">Directives for Web Forms Pages</related>
58+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/t8syafc7(v=vs.100)">Directives for Web Forms Pages</related>
5959
</Docs>
6060
<Members>
6161
<Member MemberName=".ctor">

xml/System.Web.Configuration/NamespaceInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</remarks>
5555
<altmember cref="T:System.Web.Configuration.PagesSection" />
5656
<altmember cref="T:System.Web.Configuration.NamespaceCollection" />
57-
<related type="Article" href="https://msdn.microsoft.com/library/d35d5892-07d6-4b85-a7c6-4c37ac0cd430">Directives for Web Forms Pages</related>
57+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/t8syafc7(v=vs.100)">Directives for Web Forms Pages</related>
5858
</Docs>
5959
<Members>
6060
<Member MemberName=".ctor">

xml/System.Web.Configuration/PagesSection.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
18-
<summary>Provides programmatic access to the [pages](https://msdn.microsoft.com/library/4123bb66-3fe4-4d62-b70e-33758656b458) section of the configuration file. This class cannot be inherited.</summary>
18+
<summary>Provides programmatic access to the [pages](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/950xf363(v=vs.100)) section of the configuration file. This class cannot be inherited.</summary>
1919
<remarks>
2020
<format type="text/markdown"><![CDATA[
2121
2222
## Remarks
23-
The <xref:System.Web.Configuration.PagesSection> class provides a way to programmatically access and modify the content of the configuration file [pages](https://msdn.microsoft.com/library/4123bb66-3fe4-4d62-b70e-33758656b458) section. This configuration section supports setting certain ASP.NET page and control directives globally for all pages and controls in the scope of the configuration file. This includes the `@ Page` directive, the `@ Import` directive through the <xref:System.Web.Configuration.PagesSection.Namespaces%2A> collection property, and the `@ Register` directive through the <xref:System.Web.Configuration.PagesSection.Controls%2A> collection property. It also provides support for mapping tag types to other tag types at run time through the <xref:System.Web.Configuration.PagesSection.TagMapping%2A> collection property.
23+
The <xref:System.Web.Configuration.PagesSection> class provides a way to programmatically access and modify the content of the configuration file [pages](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/950xf363(v=vs.100)) section. This configuration section supports setting certain ASP.NET page and control directives globally for all pages and controls in the scope of the configuration file. This includes the `@ Page` directive, the `@ Import` directive through the <xref:System.Web.Configuration.PagesSection.Namespaces%2A> collection property, and the `@ Register` directive through the <xref:System.Web.Configuration.PagesSection.Controls%2A> collection property. It also provides support for mapping tag types to other tag types at run time through the <xref:System.Web.Configuration.PagesSection.TagMapping%2A> collection property.
2424
2525
Directives specify settings used by the page and user-control compilers when they process ASP.NET Web Forms page (.aspx) and user control (.ascx) files.
2626
@@ -29,7 +29,7 @@
2929
## Examples
3030
This example demonstrates how to specify values declaratively for several attributes of the `pages` section, which can also be accessed as members of the <xref:System.Web.Configuration.PagesSection> class.
3131
32-
The following configuration file example shows how to specify values declaratively for the [pages](https://msdn.microsoft.com/library/4123bb66-3fe4-4d62-b70e-33758656b458) section.
32+
The following configuration file example shows how to specify values declaratively for the [pages](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/950xf363(v=vs.100)) section.
3333
3434
```
3535
<system.web>
@@ -85,7 +85,7 @@
8585
]]></format>
8686
</remarks>
8787
<altmember cref="T:System.Configuration.ConfigurationSection" />
88-
<related type="Article" href="https://msdn.microsoft.com/library/d35d5892-07d6-4b85-a7c6-4c37ac0cd430">Directives for Web Forms Pages</related>
88+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/t8syafc7(v=vs.100)">Directives for Web Forms Pages</related>
8989
</Docs>
9090
<Members>
9191
<Member MemberName=".ctor">
@@ -331,8 +331,8 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
331331
]]></format>
332332
</remarks>
333333
<altmember cref="P:System.Web.UI.Control.ClientIDMode" />
334-
<related type="Article" href="https://msdn.microsoft.com/library/45a8c3ef-5ac7-48f1-862a-0cd5073742e7">ASP.NET Control Identification</related>
335-
<related type="Article" href="https://msdn.microsoft.com/library/fb58ed73-d8f7-401c-9560-d99dd9ca7db8">How to: Access controls from client script</related>
334+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/1d04y8ss(v=vs.100)">Web Forms Control Identification</related>
335+
<related type="Article" href="https://docs.microsoft.com/previous-versions/dd410598(v=vs.140)">How to: Access Controls from JavaScript by ID</related>
336336
</Docs>
337337
</Member>
338338
<Member MemberName="CompilationMode">
@@ -603,7 +603,7 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
603603
604604
]]></format>
605605
</remarks>
606-
<related type="Article" href="https://msdn.microsoft.com/library/19d2a6ed-9a77-4c7c-a7f5-74dd4b6c3818">ASP.NET View State Overview</related>
606+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/bb386448(v=vs.100)">ASP.NET View State Overview</related>
607607
</Docs>
608608
</Member>
609609
<Member MemberName="EnableViewStateMac">
@@ -755,7 +755,7 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
755755
756756
]]></format>
757757
</remarks>
758-
<related type="Article" href="https://msdn.microsoft.com/library/4e53eedf-8304-4e7a-aed1-691a2623b28b">Introduction to ASP.NET Master Pages</related>
758+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/wtxbf3hh(v=vs.100)">Introduction to ASP.NET Master Pages</related>
759759
</Docs>
760760
</Member>
761761
<Member MemberName="MaxPageStateFieldLength">
@@ -798,7 +798,7 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
798798
799799
]]></format>
800800
</remarks>
801-
<related type="Article" href="https://msdn.microsoft.com/library/19d2a6ed-9a77-4c7c-a7f5-74dd4b6c3818">ASP.NET View State Overview</related>
801+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/bb386448(v=vs.100)">ASP.NET View State Overview</related>
802802
</Docs>
803803
</Member>
804804
<Member MemberName="Namespaces">
@@ -1094,8 +1094,8 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
10941094
]]></format>
10951095
</remarks>
10961096
<altmember cref="P:System.Web.UI.Page.StyleSheetTheme" />
1097-
<related type="Article" href="https://msdn.microsoft.com/library/5df3ebbd-d46c-4502-9406-02f9df4ef2c3">Introduction to ASP.NET Themes</related>
1098-
<related type="Article" href="https://msdn.microsoft.com/library/f9d72364-4d77-4b73-84be-7630dc63e0fe(v=vs.100)">Applying ASP.NET Themes</related>
1097+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)">ASP.NET Themes and Skins Overview</related>
1098+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/0yy5hxdk(v=vs.100)">How to: Apply ASP.NET Themes</related>
10991099
</Docs>
11001100
</Member>
11011101
<Member MemberName="TagMapping">
@@ -1176,8 +1176,8 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
11761176
]]></format>
11771177
</remarks>
11781178
<altmember cref="P:System.Web.UI.Page.Theme" />
1179-
<related type="Article" href="https://msdn.microsoft.com/library/5df3ebbd-d46c-4502-9406-02f9df4ef2c3">Introduction to ASP.NET Themes</related>
1180-
<related type="Article" href="https://msdn.microsoft.com/library/f9d72364-4d77-4b73-84be-7630dc63e0fe(v=vs.100)">Applying ASP.NET Themes</related>
1179+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ykzx33wh(v=vs.100)">ASP.NET Themes and Skins Overview</related>
1180+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/0yy5hxdk(v=vs.100)">How to: Apply ASP.NET Themes</related>
11811181
</Docs>
11821182
</Member>
11831183
<Member MemberName="UserControlBaseType">

xml/System.Web.Configuration/ScriptingRoleServiceSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
]]></format>
4848
</remarks>
4949
<altmember cref="T:System.Web.UI.RoleServiceManager" />
50-
<related type="Article" href="https://msdn.microsoft.com/library/280f6ad9-ba1a-4fc9-b0cc-22e39e54a82d">Using Roles Information with ASP.NET AJAX</related>
50+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/bb514828(v=vs.100)">Using Roles Information with ASP.NET AJAX</related>
5151
</Docs>
5252
<Members>
5353
<Member MemberName=".ctor">

xml/System.Web.Configuration/SessionPageStateSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<altmember cref="T:System.Web.HttpContext" />
3939
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/75x4ha6s(v=vs.100)">ASP.NET State Management Overview</related>
4040
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ms178581(v=vs.100)">ASP.NET Session State Overview</related>
41-
<related type="Article" href="https://msdn.microsoft.com/library/b0131d20-3dde-42ba-acf9-5743df187b24">Controlling Session State</related>
41+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/a3x0d1zt(v=vs.100)">Controlling Session State</related>
4242
</Docs>
4343
<Members>
4444
<Member MemberName=".ctor">

xml/System.Web.Configuration/SessionStateSection.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<altmember cref="T:System.Web.SessionState.HttpSessionState" />
7070
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/75x4ha6s(v=vs.100)">ASP.NET State Management Overview</related>
7171
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ms178581(v=vs.100)">ASP.NET Session State Overview</related>
72-
<related type="Article" href="https://msdn.microsoft.com/library/b0131d20-3dde-42ba-acf9-5743df187b24">Controlling Session State</related>
72+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/a3x0d1zt(v=vs.100)">Controlling Session State</related>
7373
</Docs>
7474
<Members>
7575
<Member MemberName=".ctor">
@@ -222,9 +222,9 @@
222222
]]></format>
223223
</remarks>
224224
<altmember cref="T:System.Web.HttpCookieMode" />
225-
<related type="Article" href="https://msdn.microsoft.com/library/3eeeee9e-b09f-4c7f-8ce5-d9ca1f9322ad">Basic Security Practices for Web Applications</related>
225+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/zdh19h94(v=vs.100)">Basic Security Practices for Web Applications</related>
226226
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ms178581(v=vs.100)">ASP.NET Session State Overview</related>
227-
<related type="Article" href="https://msdn.microsoft.com/library/b0131d20-3dde-42ba-acf9-5743df187b24">Controlling Session State</related>
227+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/a3x0d1zt(v=vs.100)">Controlling Session State</related>
228228
</Docs>
229229
</Member>
230230
<Member MemberName="CookieName">
@@ -436,7 +436,7 @@
436436
<format type="text/markdown"><![CDATA[
437437
438438
## Remarks
439-
If the <xref:System.Web.Configuration.SessionStateSection.PartitionResolverType%2A> property is specified, the <xref:System.Web.Configuration.SessionStateSection.SqlConnectionString%2A> property and <xref:System.Web.Configuration.SessionStateSection.StateConnectionString%2A> property are ignored. The <xref:System.Web.Configuration.SessionStateSection.PartitionResolverType%2A> can be locked via the <xref:System.Configuration.ConfigurationElement.LockAttributes%2A> property like other properties within the [sessionState Element (ASP.NET Settings Schema)](https://msdn.microsoft.com/library/bda6fb8c-0076-43e3-9ce2-8cf1f8bdaa7d) element. The connection string returned by the <xref:System.Web.Configuration.SessionStateSection.PartitionResolverType%2A> will be used on every request to connect to the appropriate server location for the remainder of the request. If the connection string is invalid, ASP.NET will throw the same exception that is thrown when the configured connection string to the server is invalid.
439+
If the <xref:System.Web.Configuration.SessionStateSection.PartitionResolverType%2A> property is specified, the <xref:System.Web.Configuration.SessionStateSection.SqlConnectionString%2A> property and <xref:System.Web.Configuration.SessionStateSection.StateConnectionString%2A> property are ignored. The <xref:System.Web.Configuration.SessionStateSection.PartitionResolverType%2A> can be locked via the <xref:System.Configuration.ConfigurationElement.LockAttributes%2A> property like other properties within the [sessionState Element (ASP.NET Settings Schema)](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/h6bb9cz9(v=vs.100)) element. The connection string returned by the <xref:System.Web.Configuration.SessionStateSection.PartitionResolverType%2A> will be used on every request to connect to the appropriate server location for the remainder of the request. If the connection string is invalid, ASP.NET will throw the same exception that is thrown when the configured connection string to the server is invalid.
440440
441441
This property is used to partition session-state data across multiple backend nodes when in SQL or state-server mode.
442442

xml/System.Web.Configuration/WebControlsSection.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
]]></format>
3737
</remarks>
38-
<related type="Article" href="https://msdn.microsoft.com/library/13edb6b9-2dea-43c6-b8c1-a47207de19aa">Client Script in ASP.NET Web Pages</related>
38+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/3hc29e2a(v=vs.100)">Client Script in ASP.NET Web Pages</related>
3939
</Docs>
4040
<Members>
4141
<Member MemberName=".ctor">
@@ -99,7 +99,7 @@
9999
<format type="text/markdown"><![CDATA[
100100
101101
## Remarks
102-
For details about the client scripts and their use, refer to [Client Script in ASP.NET Web Pages](https://msdn.microsoft.com/library/13edb6b9-2dea-43c6-b8c1-a47207de19aa).
102+
For details about the client scripts and their use, refer to [Client Script in ASP.NET Web Pages](https://docs.microsoft.com/previous-versions/aspnet/3hc29e2a(v=vs.100)).
103103
104104
105105
@@ -111,7 +111,7 @@
111111
112112
]]></format>
113113
</remarks>
114-
<related type="Article" href="https://msdn.microsoft.com/library/13edb6b9-2dea-43c6-b8c1-a47207de19aa">Client Script in ASP.NET Web Pages</related>
114+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/3hc29e2a(v=vs.100)">Client Script in ASP.NET Web Pages</related>
115115
</Docs>
116116
</Member>
117117
<Member MemberName="GetRuntimeObject">

0 commit comments

Comments
 (0)