TemplateReplace Method (NameValueCollection, ContentResolution) |
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
)
Public Function Replace (
nameValues As NameValueCollection,
resolution As ContentResolution
) As String
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:
StringThe template string with the replacement values subsituted
See Also