Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RazorMailMessage ( string subject ) : System |
Initialises an empty instance of the RazorMail.RazorMailmessage class.
|
|
RazorMailMessage ( string subject, |
Initialises an empty instance of the RazorMail.RazorMailmessage class.
|
Method | Description | |
---|---|---|
CreateAlternateViews ( IParser parser ) : IEnumerable |
||
EnsureValues ( ) : void | ||
RenderTemplates ( ) : string |
Renders the Razor templates and returns the result as a System.String.
|
Method | Description | |
---|---|---|
GetMailMessage ( IParser parser ) : |
||
RazorMailMessage ( string subject, |
protected CreateAlternateViews ( IParser parser ) : IEnumerable |
||
parser | IParser | |
return | IEnumerable |
public RazorMailMessage ( string subject ) : System | ||
subject | string | A System.String that contains the subject text. |
return | System |
public RazorMailMessage ( string subject, |
||
subject | string | A System.String that contains the subject text. |
assembly | A reference to the System.Reflection.Assembly that contains embedded resources used within this RazorMailMessage's template | |
return | System |