Click or drag to resize

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

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Replace(
	NameValueCollection nameValues
)

Parameters

nameValues
Type: System.Collections.SpecializedNameValueCollection
The name/value pairs of replacement values.

Return Value

Type: String
The template with the replacement performed.
See Also