Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTextWriter::IsValidFormAttribute Method (String^)

 

Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual bool IsValidFormAttribute(
	String^ attribute
)

Parameters

attribute
Type: System::String^

A string that contains the name of the attribute to check.

Return Value

Type: System::Boolean

Always true.

The HtmlTextWriter class implementation of the IsValidFormAttribute method returns true for all attributes. Override the IsValidFormAttribute to limit the attributes that can be rendered in the opening tag of a <form> element.

Notes to Inheritors:

Override the IsValidFormAttribute method to return true only for those attributes that can be included in the <form> element of the markup for which the class derived from the HtmlTextWriter class is intended.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft