메소드 | 설명 | |
---|---|---|
Blog ( int id, int page ) : System.Web.Mvc.ActionResult | ||
BlogController ( ) : System | ||
BlogMonth ( int id, int year, int month ) : System.Web.Mvc.ActionResult | ||
BlogSearch ( int id, string searchString ) : System.Web.Mvc.ActionResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
메소드 | 설명 | |
---|---|---|
CreatePost ( int index, |
||
CreateTestData ( ) : void | ||
GetMonthsWithPostsForBlog ( int id ) : IEnumerable |
||
GetPosts ( IList |
public Blog ( int id, int page ) : System.Web.Mvc.ActionResult | ||
id | int | |
page | int | |
리턴 | System.Web.Mvc.ActionResult |
public BlogMonth ( int id, int year, int month ) : System.Web.Mvc.ActionResult | ||
id | int | |
year | int | |
month | int | |
리턴 | System.Web.Mvc.ActionResult |
public BlogSearch ( int id, string searchString ) : System.Web.Mvc.ActionResult | ||
id | int | |
searchString | string | |
리턴 | System.Web.Mvc.ActionResult |