C# 클래스 Cake.Web.Core.Content.Blog.BlogReader

상속: IBlogReader
파일 보기 프로젝트 열기: cake-build/website

공개 메소드들

메소드 설명
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