HtmlForm.RenderAttributes Method
Assembly: System.Web (in system.web.dll)
| Exception type | Condition |
|---|---|
| The control ID set in the DefaultButton property is not of the type IButtonControl. |
The RenderAttributes method uses the IsValidFormAttribute method to check the HtmlForm control's attributes to ensure that they can be rendered in the opening tag of a <form> HTML element.
Additionally, the RenderAttributes method renders the method, action, and onsubmit attributes of the HtmlForm control. If the control ID set in the DefaultButton property does not implement the IButtonControl interface, an InvalidOperationException exception is thrown.
The RenderAttributes method is used primarily by control developers extending the functionality of the HtmlForm control.
Notes to Inheritors When overriding the RenderAttributes method in a derived class, be sure to call the base class's RenderAttributes method so that the HtmlForm control's attributes are correctly rendered.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.