As a newcomer to MVC, I am looking to create an action method in MVC that triggers
Mailto:?body=body goes here.&subject=test subject
, allowing the default mail client to automatically populate the user's email. Currently, I have a List<String>
containing several mailto:
urls.
If anyone has experience or demo code related to this topic, it would greatly benefit me. Thank you in advance.