| CommonMethodsGetTemplateHTML Method |
Returns HTML from specified template. Loop based templates can be processed also.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static string GetTemplateHTML(
Template template
)
Public Shared Function GetTemplateHTML (
template As Template
) As String
Parameters
- template
- Type: Dynamicweb.RenderingTemplate
Template to process.
Return Value
Type:
StringSee Also