ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SVGStyle Class / Href Property






In This Topic
    Href Property (SVGStyle)
    In This Topic
    A value to indicate the URL, if specified element behaves as hyperlink
    Syntax
    'Declaration
     
    
    Public Property Href As System.String
    'Usage
     
    
    Dim instance As SVGStyle
    Dim value As System.String
     
    instance.Href = value
     
    value = instance.Href
    public System.string Href {get; set;}
    public read-write property Href: System.String; 
    public function get,set Href : System.String
    public: __property System.string* get_Href();
    public: __property void set_Href( 
       System.string* value
    );
    public:
    property System.String^ Href {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also