Gets the template html.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string GetTemplateHtml(
	string templatesPath,
	string templateName
)
Visual Basic
Public Shared Function GetTemplateHtml ( 
	templatesPath As String,
	templateName As String
) As String
Visual C++
public:
static String^ GetTemplateHtml(
	String^ templatesPath, 
	String^ templateName
)
F#
static member GetTemplateHtml : 
        templatesPath : string * 
        templateName : string -> string 

Parameters

templatesPath
Type: System..::..String
Templates path
templateName
Type: System..::..String
Template name

Return Value

Type: String
Template content

See Also