DesignerAdapterAttribute

DesignerAdapterAttribute.NET 1.1

System.Web.UI.MobileControls (system.web.mobile.dll)class

This attribute is used to associate a control with a specific adapter. You apply this adapter to the control class declaration, and specify the fully-qualified name of the adapter class in the TypeName property.

public class DesignerAdapterAttribute : Attribute {
// Public Constructors
   public DesignerAdapterAttribute(string adapterTypeName);
   public DesignerAdapterAttribute(Type adapterType);
// Public Instance Properties
   public virtual string TypeName{get; }
}

Hierarchy

System.Object System.Attribute DesignerAdapterAttribute

Valid On

Class



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace