Table of Contents

Class Renderer

Namespace
Dynamicweb.EmailMarketing
Assembly
Dynamicweb.EmailMarketing.dll

Represents email renderer

public sealed class Renderer
Inheritance
Renderer
Inherited Members

Methods

BuildPageHtml(int, string)

Builds the page view.

public static string BuildPageHtml(int intPageID, string template)

Parameters

intPageID int

The int page ID.

template string

The template.

Returns

string

The page view

BuildPageHtml(int, string, PageViewContext)

Builds the page view.

public static string BuildPageHtml(int intPageID, string template, PageViewContext pageviewContext)

Parameters

intPageID int

The int page ID.

template string

The template.

pageviewContext PageViewContext

The PageViewContext

Returns

string

The page view

RenderPageContent(Email)

Renders the content of the page.

public static string RenderPageContent(Email email)

Parameters

email Email

The email.

Returns

string

The html content of email

RenderPageContent(Email, PageViewContext)

Renders the content of the page.

public static string RenderPageContent(Email email, PageViewContext pageviewContext)

Parameters

email Email

The email.

pageviewContext PageViewContext

The PageViewContext

Returns

string

The html content of email

RenderPlaceholderContent(string, int, string, string, string, string)

public static string RenderPlaceholderContent(string content, int recipientID, string token, string domainUrl, string name, string email)

Parameters

content string
recipientID int
token string
domainUrl string
name string
email string

Returns

string
To top