Click or drag to resize
ITemplateFactoryGetTemplate Method
Gets the template for the current request.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
Template GetTemplate(
	Config monConfig
)

Parameters

monConfig
Type: Activsoft.EngineConfig
The current Config instance.

Return Value

Type: Template
the Template for this request.
See Also