C# Class ToSic.SexyContent.Engines.TokenEngine.TokenEngine

Inheritance: EngineBase
Mostra file Open project: 2sic/2sxc

Public Methods

Method Description
FindAllIndexesOfString ( string source, string value ) : List

Protected Methods

Method Description
Init ( ) : void
RenderTemplate ( ) : string

Private Methods

Method Description
InitDataHelper ( ) : void
InitTokenReplace ( ) : void
RenderRepeat ( string sourceName, string streamName, string template ) : string
RenderSection ( string template, IValueProvider>.IDictionary valuesForThisInstanceOnly ) : string

Method Details

FindAllIndexesOfString() public static method

public static FindAllIndexesOfString ( string source, string value ) : List
source string
value string
return List

Init() protected method

protected Init ( ) : void
return void

RenderTemplate() protected method

protected RenderTemplate ( ) : string
return string