wwResponse::ExpandTemplateToString
Renders a template as a string rather than generating into the Response stream as ExpandTemplate() does.
Please see ExpandTemplate() for more info on base operation.
o.ExpandTemplateToString(tcScriptPage, tlIsTemplateString)
Returns
Template result as a string
Parameters
tcScriptPage
The script page from disk to render.
tlIsTemplateString
optional - if .T. assumes tcScriptPage is the actual template text as oposed to a file.