I have the following link:
<a class="btn btn-primary" href="#">View details »</a>
How can I render the link with sitecore glass that it still keeps the css class? With the field renderer in sitecore you used to be able to pass the class along as additional parameters, how does this work with glass?
This is what I have so far:
@RenderLink(x => x.Link)
This only renders the link without the class though.
Any help appreciated. Thx.