StorytellerDocGen.Html.FileExportUrlResolver.RootUrlFrom C# (CSharp) Method

RootUrlFrom() public method

public RootUrlFrom ( Topic current ) : string
current StorytellerDocGen.Topics.Topic
return string
        public string RootUrlFrom(Topic current)
        {
            return current.FileExportPath().RelativeUrlTo("index.htm");
        }
    }
FileExportUrlResolver