ImageAreaBaseGetAttribute Method

Retrieve the specified attribute property from 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 string GetAttribute(
	string key
)

Parameters

key  String
The key of the attribute to retrieve

Return Value

String
The value of the attribute

Implements

IAttributeAccessorGetAttribute(String)

See Also