I need to have links which will point to other website web pages. Currently I am using the following method.
<a href="@reseller.Url">Product-Page</a>
I was wondering if i can use ActionLink for the same. Or ActionLink is just for in-house action methods ? Do I have other better choices or my above usage is correct for the requirement