프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ReturnTagModelAndView | System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
ReturnTagModelAndView ( int pageNumber, string tagName ) : System.Web.Mvc.ActionResult |
public BlogController ( IBlogRepository blogRepository ) : System | ||
blogRepository | IBlogRepository | |
리턴 | System |
public BlogPaging ( int pageNumber ) : System.Web.Mvc.ActionResult | ||
pageNumber | int | |
리턴 | System.Web.Mvc.ActionResult |
public BlogTitle ( string postTitle ) : System.Web.Mvc.ActionResult | ||
postTitle | string | |
리턴 | System.Web.Mvc.ActionResult |
public Tag ( string tagName ) : System.Web.Mvc.ActionResult | ||
tagName | string | |
리턴 | System.Web.Mvc.ActionResult |
public TagPaging ( string tagName, int pageNumber ) : System.Web.Mvc.ActionResult | ||
tagName | string | |
pageNumber | int | |
리턴 | System.Web.Mvc.ActionResult |