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

Inheritance: EngineBase
Afficher le fichier Open project: 2sic/2sxc

Méthodes publiques

Méthode Description
FindAllIndexesOfString ( string source, string value ) : List

Méthodes protégées

Méthode Description
Init ( ) : void
RenderTemplate ( ) : string

Private Methods

Méthode 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 méthode

public static FindAllIndexesOfString ( string source, string value ) : List
source string
value string
Résultat List

Init() protected méthode

protected Init ( ) : void
Résultat void

RenderTemplate() protected méthode

protected RenderTemplate ( ) : string
Résultat string