System.Web.UI.Design.IHtmlControlDesignerBehavior.SetAttribute Method

Sets the specified attribute to the specified object.

Syntax

public void SetAttribute (string attribute, object value, bool ignoreCase)

Parameters

attribute
The attribute to set.
value
The object on which to set the attribute.
ignoreCase
true if the attribute syntax is case-insensitive; otherwise, false.

Remarks

Note:

The IHtmlControlDesignerBehavior.SetAttribute(string, object, bool) method is obsolete. Use the IControlDesignerTag.SetAttribute(string, string) method on the ControlDesigner.Tag property of the System.Web.UI.Design.ControlDesigner class for equivalent control designer functionality.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0