Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望用户使用他们的本地电子邮件客户端发送电子邮件,并且该活动应记录在数据库中。意味着,当用户单击链接时,我想执行“mailto”和控制器操作。
谁能帮我在锚标记(或@Hmtl.ActionLink)中执行“mailto”和控制器操作?
您可以让链接指向记录活动的 MVC 操作,然后返回RedirectResult到mailto:URL。
RedirectResult
mailto: