DataBindingHandlerAttribute Constructor (String)

 

Initializes a new instance of the DataBindingHandlerAttribute class with the specified type name.

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

new : 
        typeName:string -> DataBindingHandlerAttribute

Parameters

typeName
Type: System.String

The fully qualified name of the data-binding handler Type.

The type name for this constructor is the fully qualified name of the type, including its assembly name.

The following code example uses the DataBindingHandlerAttribute constructor to designate a custom DataBindingHandler class for the Web control.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: