Click or drag to resize

TemplateReplace Method

Overload List
  NameDescription
Public methodReplace(NameValueCollection)
Replaces the named tags in the document with the values in the NameValueCollection. Note that this overload does not support embedded function resolution. Use the Replace(IAppContext, NameValueCollection, ContentResolution, TemplateReplaceFlags) overload if embedded function resolution is desired.
Public methodReplace(NameValueCollection, ContentResolution)
Replaces the named tags in the document with the values in the NameValueCollection. Note that this overload does not support embedded function resolution. Use the Replace(IAppContext, NameValueCollection, ContentResolution, TemplateReplaceFlags) overload if embedded function resolution is desired.
Public methodReplace(NameValueCollection, ContentResolution, TemplateReplaceFlags)
Replaces the named tags in the document with the values in the NameValueCollection. Note that this overload does not support embedded function resolution. Use the Replace(IAppContext, NameValueCollection, ContentResolution, TemplateReplaceFlags) overload if embedded function resolution is desired.
Public methodReplace(IAppContext, NameValueCollection, ContentResolution, TemplateReplaceFlags)
Top
See Also