Click or drag to resize

TemplateReplace Method (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.

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
)

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: String
The template with the replacement performed.
See Also