HtmlExtensions.GetHtmlForEmail Method
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
Overloads
Get |
Helper method that makes the message suitable for sending in emails. |
Get |
Helper method that makes the notification suitable for sending in emails |
GetHtmlForEmail(Message)
Helper method that makes the message suitable for sending in emails.
public static string GetHtmlForEmail(Message message)
Parameters
- message
- Message
Returns
System.String
GetHtmlForEmail(Notification)
Helper method that makes the notification suitable for sending in emails
public static string GetHtmlForEmail(Notification notification)
Parameters
- notification
- Notification
Returns
System.String