Class TokenEngine
Rendering Engine for Token based templates (html using [Content:Title] kind of placeholders.
[InternalApi_DoNotUse_MayChangeWithoutNotice("this is just fyi")]
[EngineDefinition(Name = "Token")]
public class TokenEngine : EngineBase, IEngine, IHasLog
- Inheritance
-
TokenEngine
- Implements
- Inherited Members
Constructors
TokenEngine(MyServices, LazySvc<CodeApiServiceFactory>, Generator<IAppDataConfigProvider>)
Rendering Engine for Token based templates (html using [Content:Title] kind of placeholders.
public TokenEngine(EngineBase.MyServices services, LazySvc<CodeApiServiceFactory> codeRootFactory, Generator<IAppDataConfigProvider> tokenEngineWithContext)
Parameters
services
EngineBase.MyServicescodeRootFactory
LazySvc<CodeApiServiceFactory>tokenEngineWithContext
Generator<IAppDataConfigProvider>