Pergunta

how can I use mailto in asp.net MVC 2.0 Website.

<a href="mailto:astark1@unl.edu"><b>Simple MailTo</b></a>

I must get email from Model. I need something like this:

Html.MailTo(Model.item.email)

Thanks.

Foi útil?

Solução

<a href="mailto:<%=Model.item.email%>"><b>Simple MailTo</b></a>
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top