Bloom.Book.Book.GetPathHtmlFile C# (CSharp) Method

GetPathHtmlFile() public method

this is used for configuration, where we do want to offer up the original file.
public GetPathHtmlFile ( ) : string
return string
        public string GetPathHtmlFile()
        {
            return _storage.PathToExistingHtml;
        }
Book