|
31 | 31 | > [!CAUTION]
|
32 | 32 | > 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.
|
33 | 33 |
|
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)). |
35 | 35 |
|
36 | 36 | 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.
|
37 | 37 |
|
|
48 | 48 | <altmember cref="T:System.Web.UI.HtmlControls.HtmlContainerControl" />
|
49 | 49 | <altmember cref="P:System.Web.UI.HtmlControls.HtmlForm.Enctype" />
|
50 | 50 | <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> |
52 | 52 | </Docs>
|
53 | 53 | <Members>
|
54 | 54 | <Member MemberName=".ctor">
|
|
156 | 156 |
|
157 | 157 | ]]></format>
|
158 | 158 | </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> |
160 | 160 | </Docs>
|
161 | 161 | </Member>
|
162 | 162 | <Member MemberName="CreateControlCollection">
|
|
444 | 444 | ]]></format>
|
445 | 445 | </remarks>
|
446 | 446 | <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> |
448 | 448 | </Docs>
|
449 | 449 | </Member>
|
450 | 450 | <Member MemberName="OnInit">
|
|
783 | 783 | 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.
|
784 | 784 |
|
785 | 785 | > [!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)). |
787 | 787 |
|
788 | 788 | 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.
|
789 | 789 |
|
|
808 | 808 |
|
809 | 809 | ]]></format>
|
810 | 810 | </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> |
812 | 812 | <related type="Article" href="https://docs.microsoft.com/previous-versions/ms228004(v=vs.140)">Accessibility in Visual Studio 2010 and ASP.NET 4</related>
|
813 | 813 | </Docs>
|
814 | 814 | </Member>
|
|
854 | 854 | ]]></format>
|
855 | 855 | </remarks>
|
856 | 856 | <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> |
858 | 858 | </Docs>
|
859 | 859 | </Member>
|
860 | 860 | </Members>
|
|
0 commit comments