Click or drag to resize

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
)

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: String
The expanded body per the ContentResolution options.
See Also