Image Area BaseGet Attribute 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: 2024.12.31.0
The value of the attribute
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public string GetAttribute(
string key
)VB
Public Function GetAttribute (
key As String
) As StringC++
public:
virtual String^ GetAttribute(
String^ key
) sealedF#
abstract GetAttribute :
key : string -> string
override GetAttribute :
key : string -> string Parameters
- key String
- The key of the attribute to retrieve
Return Value
StringThe value of the attribute