Property | Type | Description | |
---|---|---|---|
ReturnTagModelAndView | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
BlogController ( IBlogRepository blogRepository ) : System | ||
BlogPaging ( int pageNumber ) : System.Web.Mvc.ActionResult | ||
BlogTitle ( string postTitle ) : System.Web.Mvc.ActionResult | ||
RSS ( ) : |
||
Tag ( string tagName ) : System.Web.Mvc.ActionResult | ||
TagPaging ( string tagName, int pageNumber ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
ReturnTagModelAndView ( int pageNumber, string tagName ) : System.Web.Mvc.ActionResult |
public BlogController ( IBlogRepository blogRepository ) : System | ||
blogRepository | IBlogRepository | |
return | System |
public BlogPaging ( int pageNumber ) : System.Web.Mvc.ActionResult | ||
pageNumber | int | |
return | System.Web.Mvc.ActionResult |
public BlogTitle ( string postTitle ) : System.Web.Mvc.ActionResult | ||
postTitle | string | |
return | System.Web.Mvc.ActionResult |
public RSS ( ) : |
||
return |
public Tag ( string tagName ) : System.Web.Mvc.ActionResult | ||
tagName | string | |
return | System.Web.Mvc.ActionResult |
public TagPaging ( string tagName, int pageNumber ) : System.Web.Mvc.ActionResult | ||
tagName | string | |
pageNumber | int | |
return | System.Web.Mvc.ActionResult |