C# Class StorytellerDocGen.Transformation.TableOfContentsTransformHandler

Inheritance: ITransformHandler
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
TableOfContentsTransformHandler ( IUrlResolver urls ) : StorytellerDocGen.Html
Transform ( Topic current, string data ) : string

Method Details

TableOfContentsTransformHandler() public method

public TableOfContentsTransformHandler ( IUrlResolver urls ) : StorytellerDocGen.Html
urls IUrlResolver
return StorytellerDocGen.Html

Transform() public method

public Transform ( Topic current, string data ) : string
current StorytellerDocGen.Topics.Topic
data string
return string