StorytellerDocGen.Html.LiveUrlResolver.ToUrl C# (CSharp) Method

ToUrl() public method

public ToUrl ( Topic current, Topic topic ) : string
current StorytellerDocGen.Topics.Topic
topic StorytellerDocGen.Topics.Topic
return string
        public string ToUrl(Topic current, Topic topic)
        {
            return "/" + topic.Url;
        }

Same methods

LiveUrlResolver::ToUrl ( Topic current, string url ) : string
LiveUrlResolver