Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element.
![]()
Always true.
The System.Web.UI.HtmlTextWriter class implementation of the HtmlTextWriter.IsValidFormAttribute(string) method returns true for all attributes. Override the HtmlTextWriter.IsValidFormAttribute(string) to limit the attributes that can be rendered in the opening tag of a <form> element.