Class Renderer
- Namespace
- Dynamicweb.Email
Marketing
- Assembly
- Dynamicweb.EmailMarketing.dll
Represents email renderer
- Inheritance
-
Renderer
- Inherited Members
Methods
BuildPageHtml(int)
Builds the page view.
Parameters
intPageIDintThe int page ID.
Returns
- string
The page view
BuildPageHtml(int, PageViewContext?)
Builds the page view.
Parameters
intPageIDintThe int page ID.
pageviewContextPageView Context The PageViewContext
Returns
- string
The page view
BuildPageHtml(int, PageViewContext?, Uri?)
Builds the page view.
Parameters
intPageIDintThe int page ID.
pageviewContextPageView Context The PageViewContext
domainUrlUriThe domain URL
Returns
- string
The page view
RenderPageContent(Email)
Renders the content of the page.
Parameters
emailEmailThe email.
Returns
- string
The html content of email
RenderPageContent(Email, PageViewContext?)
Renders the content of the page.
Parameters
emailEmailThe email.
pageviewContextPageView Context The PageViewContext
Returns
- string
The html content of email
Exceptions
- Argument
Null Exception The
emailis null.
RenderPlaceholderContent(string, int, string, string, string, string)
public static string RenderPlaceholderContent(string content, int recipientID, string token, string domainUrl, string name, string email)