Image Area BaseTag String 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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public string? TagString { get; set; }VB
Public Property TagString As String
Get
SetC++
public:
property String^ TagString {
String^ get ();
void set (String^ value);
}F#
member TagString : string with get, setProperty Value
StringRemarks
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.