| RendererBuildPageHtml Method (Int32, String, PageViewContext) |
Namespace:
Dynamicweb.EmailMarketing
Assembly:
Dynamicweb.EmailMarketing (in Dynamicweb.EmailMarketing.dll) Version: 3.0.2
Syntax public static string BuildPageHtml(
int intPageID,
string template,
PageViewContext pageviewContext
)
Public Shared Function BuildPageHtml (
intPageID As Integer,
template As String,
pageviewContext As PageViewContext
) As String
Parameters
- intPageID
- Type: SystemInt32
- template
- Type: SystemString
- pageviewContext
- Type: Dynamicweb.FrontendPageViewContext
Return Value
Type:
StringSee Also