ImageAreaBaseTagString Property

This is used to get or set a string that contains additional user-defined data for the image area. This is for use in the HTML designer.

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public string TagString { get; set; }

Property Value

String

Remarks

The Tag 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 this property instead.

See Also