IControlDesignerTag::SetAttribute Method (String^, String^)

 

Sets the value of the specified attribute and creates the attribute, if necessary.

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

void SetAttribute(
	String^ name,
	String^ value
)

Parameters

name
Type: System::String^

The attribute name.

value
Type: System::String^

The attribute value.

.NET Framework
Available since 2.0
Return to top
Show: