mustache.TagDefinition.GetText C# (CSharp) Method

GetText() public method

Applies additional formatting to the inner text of the tag.
public GetText ( TextWriter writer, object>.Dictionary arguments ) : void
writer System.IO.TextWriter The text writer to write to.
arguments object>.Dictionary The arguments passed to the tag.
return void
        public virtual void GetText(TextWriter writer, Dictionary<string, object> arguments)
        {
        }