Click or drag to resize
ITemplateFactory Interface
Defines a class that can create a Template to be used by the StandardExtractor.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public interface ITemplateFactory

The ITemplateFactory type exposes the following members.

Methods
  NameDescription
Public methodGetTemplate
Gets the template for the current request.
Top
See Also