|
15 | 15 | </Base>
|
16 | 16 | <Interfaces />
|
17 | 17 | <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> |
19 | 19 | <remarks>
|
20 | 20 | <format type="text/markdown">< 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. |
24 | 24 |
|
25 | 25 | 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.
|
26 | 26 |
|
|
29 | 29 | ## Examples
|
30 | 30 | 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.
|
31 | 31 |
|
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. |
33 | 33 |
|
34 | 34 | ```
|
35 | 35 | <system.web>
|
|
85 | 85 | ]]></format>
|
86 | 86 | </remarks>
|
87 | 87 | <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> |
89 | 89 | </Docs>
|
90 | 90 | <Members>
|
91 | 91 | <Member MemberName=".ctor">
|
@@ -331,8 +331,8 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
|
331 | 331 | ]]></format>
|
332 | 332 | </remarks>
|
333 | 333 | <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> |
336 | 336 | </Docs>
|
337 | 337 | </Member>
|
338 | 338 | <Member MemberName="CompilationMode">
|
@@ -603,7 +603,7 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
|
603 | 603 |
|
604 | 604 | ]]></format>
|
605 | 605 | </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> |
607 | 607 | </Docs>
|
608 | 608 | </Member>
|
609 | 609 | <Member MemberName="EnableViewStateMac">
|
@@ -755,7 +755,7 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
|
755 | 755 |
|
756 | 756 | ]]></format>
|
757 | 757 | </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> |
759 | 759 | </Docs>
|
760 | 760 | </Member>
|
761 | 761 | <Member MemberName="MaxPageStateFieldLength">
|
@@ -798,7 +798,7 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
|
798 | 798 |
|
799 | 799 | ]]></format>
|
800 | 800 | </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> |
802 | 802 | </Docs>
|
803 | 803 | </Member>
|
804 | 804 | <Member MemberName="Namespaces">
|
@@ -1094,8 +1094,8 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
|
1094 | 1094 | ]]></format>
|
1095 | 1095 | </remarks>
|
1096 | 1096 | <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> |
1099 | 1099 | </Docs>
|
1100 | 1100 | </Member>
|
1101 | 1101 | <Member MemberName="TagMapping">
|
@@ -1176,8 +1176,8 @@ public partial class AutoEventWireupExample : System.Web.UI.Page
|
1176 | 1176 | ]]></format>
|
1177 | 1177 | </remarks>
|
1178 | 1178 | <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> |
1181 | 1181 | </Docs>
|
1182 | 1182 | </Member>
|
1183 | 1183 | <Member MemberName="UserControlBaseType">
|
|
0 commit comments