HttpResponseEx.parseTemplate

Fill a template using the given dictionary, substituting "<?var?>" with dictionary["var"].

class HttpResponseEx
static
string
parseTemplate
(
string data
,
string[string] dictionary
)

Meta