ExpressionEditorAttribute Constructor

 

Initializes a new instance of the ExpressionEditorAttribute class.

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

NameDescription
System_CAPS_pubmethodExpressionEditorAttribute(String^)

Initializes a new instance of the ExpressionEditorAttribute class using the specified type name.

System_CAPS_pubmethodExpressionEditorAttribute(Type^)

Initializes a new instance of the ExpressionEditorAttribute class using the specified type object.

Use the ExpressionEditor constructor to initialize an empty instance of the ExpressionEditorAttribute class. To initialize the ExpressionEditorAttribute class using a type object, use the ExpressionEditorAttribute constructor. To initialize the ExpressionEditorAttribute class using a type name, use the ExpressionEditorAttribute constructor.

Return to top
Show: