TemplateReplace Method (NameValueCollection, ContentResolution, TemplateReplaceFlags) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Replace(
NameValueCollection nameValues,
ContentResolution resolution,
TemplateReplaceFlags replaceFlags
)
Public Function Replace (
nameValues As NameValueCollection,
resolution As ContentResolution,
replaceFlags As TemplateReplaceFlags
) As String
Parameters
- nameValues
- Type: System.Collections.SpecializedNameValueCollection
The name/value pairs of replacement values. - resolution
- Type: NetQuarryContentResolution
The resolution for the replacement (High, Low) - replaceFlags
- Type: NetQuarryTemplateReplaceFlags
Replacement flags
Return Value
Type:
StringThe template with the replacement performed.
See Also