C# Класс Cake.Web.Core.Content.Blog.BlogReader

Наследование: IBlogReader
Показать файл Открыть проект

Открытые методы

Метод Описание
BlogReader ( IFileSystem fileSystem, ContentParser parser, ContentConverter converter, ContentProcessor processor ) : System
Parse ( DirectoryPath path ) : BlogIndex

Приватные методы

Метод Описание
GetCategories ( ContentParseResult content ) : IEnumerable
RewriteRelativeLinks ( string content ) : string

Описание методов

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

public BlogReader ( IFileSystem fileSystem, ContentParser parser, ContentConverter converter, ContentProcessor processor ) : System
fileSystem IFileSystem
parser ContentParser
converter ContentConverter
processor ContentProcessor
Результат System

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

public Parse ( DirectoryPath path ) : BlogIndex
path DirectoryPath
Результат BlogIndex