Specifies an Href for the MapArea.
Namespace:
C1.Web.C1WebChartBaseAssembly: C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] [DefaultMapAreaAttribute] [DefaultValueAttribute("")] public string HRef { get; set; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ <DefaultMapAreaAttribute> _ <DefaultValueAttribute("")> _ Public Property HRef As String Get Set |
Remarks
Each MapArea in the resulting ImageMap can link to another URL. If this property is set to a valid address, clicking on the MapArea will link users to the specified page.
Note: the Href is automatically HTML encoded as appropriate (unless it is a JavaScript url).