ImageAreaBaseSetAttribute Method

Assign an attribute and value to the control

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public void SetAttribute(
	string key,
	string value
)

Parameters

key  String
The key for the attribute
value  String
The value of the attribute

Implements

IAttributeAccessorSetAttribute(String, String)

See Also