Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / TagCloudItem Class / Href Property
Example


In This Topic
    Href Property
    In This Topic
    Get or sets the address of the HTML anchor.
    Syntax
    'Declaration
     
    
    Public Property Href As String
    'Usage
     
    
    Dim instance As TagCloudItem
    Dim value As String
     
    instance.Href = value
     
    value = instance.Href
    public string Href {get; set;}

    Property Value

    String containing the address of the HTML anchor
    Remarks
    This is the URL of the destination of the link for the item in the tag cloud.
    Example
    This example shows the use of the tag cloud items.
    See Also