Syntax
CSharp
public TargetControlTypeAttribute (
Type targetControlType
)
VisualBasic
Public Sub New ( _
targetControlType As Type _
)
ManagedCPlusPlus
public:
TargetControlTypeAttribute (
Type^ targetControlType
)
JSharp
public TargetControlTypeAttribute (
Type targetControlType
)
Parameters
- targetControlType (Type)
The type of the target control.
Exceptions
Assembly: System.Web.Extensions (Module: System.Web.Extensions)