ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
HttpResponseEx.loadTemplate
ae
net
http
responseex
HttpResponseEx
Load a template from the given file name, and fill it using the given dictionary.
class
HttpResponseEx
static
string
loadTemplate
(
string
filename
,
string
[
string
]
dictionary
)
Meta
Source
See Implementation
ae
net
http
responseex
HttpResponseEx
functions
authorize
cacheForever
disableCache
dup
redirect
serveData
serveFile
serveJson
serveText
setRefresh
writeError
writePage
writePageContents
static functions
getStatusExplanation
loadTemplate
parseTemplate
static variables
contentTemplate
errorTemplate
pageTemplate
variables
errorTokens
jsonCallback
pageTokens
Load a template from the given file name, and fill it using the given dictionary.