Bloom.Book.Book.GetPathHtmlFile C# (CSharp) Метод

GetPathHtmlFile() публичный Метод

this is used for configuration, where we do want to offer up the original file.
public GetPathHtmlFile ( ) : string
Результат string
        public string GetPathHtmlFile()
        {
            return _storage.PathToExistingHtml;
        }
Book