ImageAreaBaseTag Property

This is used to get or set an object that contains additional user-defined data for the image area

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
[TypeConverterAttribute(typeof(StringConverter))]
public Object Tag { get; set; }

Property Value

Object

Implements

IImageAreaTag

Remarks

This property does not work in the designer as ASP.NET is unable to convert the tag to Object when it builds the page at runtime. If assigning a tag in the design-time HTML, use the TagString property instead.

See Also