Click or drag to resize

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

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
)

Parameters

nameValues
Type: System.Collections.SpecializedNameValueCollection
The collection of name values to use as subsitution values
resolution
Type: NetQuarryContentResolution
The resolution for the replacement (High, Low)

Return Value

Type: String
The template string with the replacement values subsituted
See Also