Skip to content

Commit 130bcf6

Browse files
authored
update msdn links - part 9 (#3863)
* update msdn links * additional link updates
1 parent 0f97636 commit 130bcf6

File tree

191 files changed

+2099
-2105
lines changed

Some content is hidden

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

191 files changed

+2099
-2105
lines changed

xml/System.Web.Configuration/PagesSection.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</Base>
1616
<Interfaces />
1717
<Docs>
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>
18+
<summary>Provides programmatic access to the <see href="https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/950xf363(v=vs.100)">pages</see> section of the configuration file. This class cannot be inherited.</summary>
1919
<remarks>
2020
<format type="text/markdown"><![CDATA[
2121
@@ -331,7 +331,7 @@ 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://docs.microsoft.com/previous-versions/aspnet/1d04y8ss(v=vs.100)">Web Forms Control Identification</related>
334+
<related type="Article" href="https://docs.microsoft.com/previous-versions/1d04y8ss(v=vs.140)">ASP.NET Control Identification</related>
335335
<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>

xml/System.Web.DynamicData/DynamicDataManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
<value>A value that indicates how the <see cref="P:System.Web.UI.Control.ClientID" /> property is generated. This property cannot be set.</value>
236236
<remarks>To be added.</remarks>
237237
<altmember cref="P:System.Web.UI.Control.ClientIDMode" />
238-
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/1d04y8ss(v=vs.100)">Web Forms Control Identification</related>
238+
<related type="Article" href="https://docs.microsoft.com/previous-versions/1d04y8ss(v=vs.140)">ASP.NET Control Identification</related>
239239
<related type="Article" href="https://docs.microsoft.com/previous-versions/dd410598(v=vs.140)">How to: Access Controls from JavaScript by ID</related>
240240
</Docs>
241241
</Member>

xml/System.Web.UI.Design.MobileControls/IMobileDesigner.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
2828
]]></format>
2929
</remarks>
30-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
30+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
3131
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/67276kc5(v=vs.100)">Architectural Overview of Adaptive Control Behavior</related>
3232
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/htxac286(v=vs.100)">Adapter Sets Functionality</related>
33-
<related type="Article" href="https://msdn.microsoft.com/library/c330dabc-7e28-40bc-b777-101a5c6fa982">Control and Adapter Interaction</related>
33+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/04b7t6fs(v=vs.100)">Control and Adapter Interaction</related>
3434
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ms178620(v=vs.100)">ASP.NET Device Filtering Overview</related>
35-
<related type="Article" href="https://msdn.microsoft.com/library/8437a6a5-855c-4637-8654-75a87b293847">Adapter Mappings</related>
35+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/w5b9y36y(v=vs.100)">Adapter Mappings</related>
3636
</Docs>
3737
<Members>
3838
<Member MemberName="UpdateRendering">
@@ -56,12 +56,12 @@
5656
<Docs>
5757
<summary>Updates design-time rendering for the container control that implements the <see cref="T:System.Web.UI.Design.MobileControls.IMobileDesigner" /> interface. This API is obsolete. For information about how to develop ASP.NET mobile applications, see <see href="https://docs.microsoft.com/aspnet/mobile/overview">Mobile Apps &amp; Sites with ASP.NET</see>.</summary>
5858
<remarks>To be added.</remarks>
59-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
59+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
6060
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/67276kc5(v=vs.100)">Architectural Overview of Adaptive Control Behavior</related>
6161
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/htxac286(v=vs.100)">Adapter Sets Functionality</related>
62-
<related type="Article" href="https://msdn.microsoft.com/library/c330dabc-7e28-40bc-b777-101a5c6fa982">Control and Adapter Interaction</related>
62+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/04b7t6fs(v=vs.100)">Control and Adapter Interaction</related>
6363
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ms178620(v=vs.100)">ASP.NET Device Filtering Overview</related>
64-
<related type="Article" href="https://msdn.microsoft.com/library/8437a6a5-855c-4637-8654-75a87b293847">Adapter Mappings</related>
64+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/w5b9y36y(v=vs.100)">Adapter Mappings</related>
6565
</Docs>
6666
</Member>
6767
</Members>

xml/System.Web.UI.HtmlControls/HtmlAnchor.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
There are two ways to use the <xref:System.Web.UI.HtmlControls.HtmlAnchor> class. The first is for navigation: using the <xref:System.Web.UI.HtmlControls.HtmlAnchor.HRef%2A> property to define the location of the page to link to. The second is for postback events: using the <xref:System.Web.UI.HtmlControls.HtmlAnchor.ServerClick> event to programmatically handle the user's clicking a link.
3737
3838
> [!CAUTION]
39-
> This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see [Validation Server Control Syntax](https://msdn.microsoft.com/library/96d2c59e-693c-4079-9b53-b3ff0d9e9133).
39+
> This control can be used to display user input, which might include malicious client script. Check any information that is sent from a client for executable script, SQL statements, or other code before displaying it in your application. ASP.NET provides an input request validation feature to block script and HTML in user input. Validation server controls are also provided to assess user input. For more information, see [Validation Server Control Syntax](https://docs.microsoft.com/previous-versions/dotnet/netframework-4.0/e5a8xz39(v=vs.100)).
4040
4141
For a list of initial property values for an instance of <xref:System.Web.UI.HtmlControls.HtmlAnchor>, see the <xref:System.Web.UI.HtmlControls.HtmlAnchor.%23ctor%2A> constructor.
4242
@@ -535,7 +535,7 @@
535535
Use the <xref:System.Web.UI.HtmlControls.HtmlAnchor.Target%2A> property to specify the target window or frame that displays the contents of the Web page that is linked to when the <xref:System.Web.UI.HtmlControls.HtmlAnchor> control is clicked.
536536
537537
> [!NOTE]
538-
> The <xref:System.Web.UI.HtmlControls.HtmlAnchor.Target%2A> property renders as a `target` attribute. The `target` attribute on `a` elements is not allowed in the XHTML 1.1 document type definition. Do not set the <xref:System.Web.UI.HtmlControls.HtmlAnchor.Target%2A> property if the rendered output for the <xref:System.Web.UI.HtmlControls.HtmlAnchor> must be compliant with XHTML 1.1. For more information, see [XHTML Standards in Visual Studio and ASP.NET](https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97).
538+
> The <xref:System.Web.UI.HtmlControls.HtmlAnchor.Target%2A> property renders as a `target` attribute. The `target` attribute on `a` elements is not allowed in the XHTML 1.1 document type definition. Do not set the <xref:System.Web.UI.HtmlControls.HtmlAnchor.Target%2A> property if the rendered output for the <xref:System.Web.UI.HtmlControls.HtmlAnchor> must be compliant with XHTML 1.1. For more information, see [XHTML Standards in Visual Studio and ASP.NET](https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)).
539539
>
540540
> When creating accessible Web pages, avoid using the <xref:System.Web.UI.HtmlControls.HtmlAnchor.Target%2A> property to target another window. For more information, see [ASP.NET Accessibility](https://docs.microsoft.com/previous-versions/aspnet/ms228011(v=vs.100)).
541541
@@ -562,7 +562,7 @@
562562
563563
]]></format>
564564
</remarks>
565-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
565+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
566566
</Docs>
567567
</Member>
568568
<Member MemberName="Title">

xml/System.Web.UI.HtmlControls/HtmlForm.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
> [!CAUTION]
3232
> By default, the <xref:System.Web.UI.HtmlControls.HtmlForm.Method%2A> property is set to `POST`. You can modify the value of this property to `GET`, but this might break the built-in state and postback services provided by the ASP.NET page framework.
3333
34-
You can configure controls that implement the <xref:System.Web.UI.WebControls.IButtonControl> interface to post to a different target page. This is referred to as cross-page posting. For more information, see [Cross-Page Posting in ASP.NET Web Forms](https://msdn.microsoft.com/library/fedf234e-b7c4-4644-a9e8-c1c0870b043b).
34+
You can configure controls that implement the <xref:System.Web.UI.WebControls.IButtonControl> interface to post to a different target page. This is referred to as cross-page posting. For more information, see [Cross-Page Posting in ASP.NET Web Forms](https://docs.microsoft.com/previous-versions/aspnet/ms178139(v=vs.100)).
3535
3636
For a list of initial property values for an instance of <xref:System.Web.UI.HtmlControls.HtmlForm>, see the <xref:System.Web.UI.HtmlControls.HtmlForm.%23ctor%2A> constructor.
3737
@@ -48,7 +48,7 @@
4848
<altmember cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" />
4949
<altmember cref="P:System.Web.UI.HtmlControls.HtmlForm.Enctype" />
5050
<altmember cref="P:System.Web.UI.HtmlControls.HtmlForm.Method" />
51-
<related type="Article" href="https://msdn.microsoft.com/library/fedf234e-b7c4-4644-a9e8-c1c0870b043b">Cross-Page Posting in an ASP.NET Web Page</related>
51+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/ms178139(v=vs.100)">Cross-Page Posting in an ASP.NET Web Page</related>
5252
</Docs>
5353
<Members>
5454
<Member MemberName=".ctor">
@@ -156,7 +156,7 @@
156156
157157
]]></format>
158158
</remarks>
159-
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/1d04y8ss(v=vs.100)">Web Forms Control Identification</related>
159+
<related type="Article" href="https://docs.microsoft.com/previous-versions/1d04y8ss(v=vs.140)">ASP.NET Control Identification</related>
160160
</Docs>
161161
</Member>
162162
<Member MemberName="CreateControlCollection">
@@ -444,7 +444,7 @@
444444
]]></format>
445445
</remarks>
446446
<altmember cref="P:System.Web.UI.HtmlControls.HtmlForm.UniqueID" />
447-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
447+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
448448
</Docs>
449449
</Member>
450450
<Member MemberName="OnInit">
@@ -783,7 +783,7 @@
783783
Use the <xref:System.Web.UI.HtmlControls.HtmlForm.Target%2A> property to specify the target window or frame that displays the results of the information that is posted to the server. Redirecting the results of the information posted to the server is an advanced task. Using this property simply to post back is not recommended.
784784
785785
> [!NOTE]
786-
> The <xref:System.Web.UI.HtmlControls.HtmlForm.Target%2A> property renders as a `target` attribute. The `target` attribute on `form` elements is not allowed in XHTML 1.1. Therefore, if the rendered markup must conform to XHTML standards or must conform to accessibility standards, do not set the <xref:System.Web.UI.HtmlControls.HtmlForm.Target%2A> property. For more information, see [XHTML Standards in Visual Studio and ASP.NET](https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97) and [Accessibility in Visual Studio and ASP.NET](https://docs.microsoft.com/previous-versions/ms228004(v=vs.140)).
786+
> The <xref:System.Web.UI.HtmlControls.HtmlForm.Target%2A> property renders as a `target` attribute. The `target` attribute on `form` elements is not allowed in XHTML 1.1. Therefore, if the rendered markup must conform to XHTML standards or must conform to accessibility standards, do not set the <xref:System.Web.UI.HtmlControls.HtmlForm.Target%2A> property. For more information, see [XHTML Standards in Visual Studio and ASP.NET](https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)) and [Accessibility in Visual Studio and ASP.NET](https://docs.microsoft.com/previous-versions/ms228004(v=vs.140)).
787787
788788
The <xref:System.Web.UI.HtmlControls.HtmlForm.Target%2A> value must begin with a letter in the range of A to Z (case-insensitive), except for the following special values, which begin with an underscore.
789789
@@ -808,7 +808,7 @@
808808
809809
]]></format>
810810
</remarks>
811-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
811+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
812812
<related type="Article" href="https://docs.microsoft.com/previous-versions/ms228004(v=vs.140)">Accessibility in Visual Studio 2010 and ASP.NET 4</related>
813813
</Docs>
814814
</Member>
@@ -854,7 +854,7 @@
854854
]]></format>
855855
</remarks>
856856
<altmember cref="P:System.Web.UI.HtmlControls.HtmlForm.Name" />
857-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
857+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
858858
</Docs>
859859
</Member>
860860
</Members>

xml/System.Web.UI.HtmlControls/HtmlMeta.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
<para>When extending the <see cref="T:System.Web.UI.HtmlControls.HtmlMeta" /> control, override the <see cref="M:System.Web.UI.HtmlControls.HtmlMeta.Render(System.Web.UI.HtmlTextWriter)" /> method to provide custom rendering.</para>
255255
</block>
256256
<altmember cref="F:System.Web.UI.HtmlTextWriter.SelfClosingTagEnd" />
257-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
257+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
258258
</Docs>
259259
</Member>
260260
<Member MemberName="Scheme">

xml/System.Web.UI.MobileControls.Adapters.XhtmlAdapters/Doctype.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
]]></format>
3636
</remarks>
3737
<altmember cref="T:System.Web.UI.XhtmlTextWriter" />
38-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
38+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
3939
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/67276kc5(v=vs.100)">Architectural Overview of Adaptive Control Behavior</related>
4040
</Docs>
4141
<Members>

xml/System.Web.UI.MobileControls.Adapters.XhtmlAdapters/StyleSheetLocation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</remarks>
3131
<altmember cref="P:System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlControlAdapter.CssLocation" />
3232
<altmember cref="N:System.Web.UI.MobileControls.Adapters.XhtmlAdapters" />
33-
<related type="Article" href="https://msdn.microsoft.com/library/1b78d416-66bb-43a5-ac77-c703aab55b97">ASP.NET and XHTML Compliance</related>
33+
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/exc57y7e(v=vs.100)">ASP.NET and XHTML Compliance</related>
3434
<related type="Article" href="https://docs.microsoft.com/previous-versions/aspnet/67276kc5(v=vs.100)">Architectural Overview of Adaptive Control Behavior</related>
3535
</Docs>
3636
<Members>

0 commit comments

Comments
 (0)