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.
ConstructorNeedsTagAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of the ConstructorNeedsTagAttribute class.
Assembly: System.Web (in System.Web.dll)
Parameters
- needsTag
-
Type:
System::Boolean
true to add a tag to a control; otherwise, false.
The following code example creates a simple custom control whose tag name is defined at run time. The following is the command line used to build the executable.
The following code example uses the previous custom control. Notice that the values shown in the Register directive reflect the previous command line.
.NET Framework
Available since 1.1
Available since 1.1
Show: