Is this fine or is there a different way?
<a href="Http://<%=Html.Encode(Model.Website)%>"><%=Html.Encode(Model.Website??"")%></a>
Is this fine or is there a different way?
<a href="Http://<%=Html.Encode(Model.Website)%>"><%=Html.Encode(Model.Website??"")%></a>
Seems fine to me, although you might want to check that the website doesn't already start with "http://" as well.