Метод | Описание | |
---|---|---|
BlogController ( IFileSystemService fileSystem, IConfiguration configuration ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult |
Метод | Описание | |
---|---|---|
Article ( string articleName ) : System.Web.Mvc.ActionResult | ||
EnsureTrailingSlash ( string siteRoot ) : string | ||
Feed ( int page, int pageSize ) : System.Web.Mvc.ActionResult | ||
GetPost ( string filePath, string articleName = null ) : MarkdownPostViewModel | ||
GetPostMetadataValue ( string name, string contents ) : string | ||
GetPostsByMostRecentFirst ( ) : IEnumerable |
||
GetUrl ( string filePath, string articleName = null ) : string |
public BlogController ( IFileSystemService fileSystem, IConfiguration configuration ) : System | ||
fileSystem | IFileSystemService | |
configuration | IConfiguration | |
Результат | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |