Using the @href
expression allows for placement of the gv-link
's target url.
Expression
@href
Works With
gv-link
Basic Example
<a gv-link href="@href"></a>
Pro Tips
Use the @href
expression whenever you have a link that shouldn't have text, such as a link with an image inside.
<a gv-link -label="logo link" href="@href">
<img alt="Our Logo" src="/logo.png">
</a>