ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ImageTagHelper Class / Href Property

In This Topic
    Href Property (ImageTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Image.Href. Sets the href of the Image annotation.
    Syntax
    'Declaration
     
    Public Property Href As String
    public string Href {get; set;}
    See Also