Click or drag to resize

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
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
Template to process.

Return Value

Type: String
See Also