TemplateGetExpandedBody Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetExpandedBody(
IAppContext cxt,
NameValueCollection nameValues,
ContentResolution resolution = ContentResolution.High
)
Public Function GetExpandedBody (
cxt As IAppContext,
nameValues As NameValueCollection,
Optional resolution As ContentResolution = ContentResolution.High
) As String
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context object. - nameValues
- Type: System.Collections.SpecializedNameValueCollection
The name / values to use during subsitution. - resolution (Optional)
- Type: NetQuarryContentResolution
Resolution options, defaulting to High.
Return Value
Type:
StringThe expanded body per the ContentResolution options.
See Also