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 templatePath
)
Visual Basic
Public Shared Function GetTemplateHtml ( 
	templatePath As String
) As String
Visual C++
public:
static String^ GetTemplateHtml(
	String^ templatePath
)
F#
static member GetTemplateHtml : 
        templatePath : string -> string 

Parameters

templatePath
Type: System..::..String
Template file path

Return Value

Type: String
Template content

See Also