메소드 | 설명 | |
---|---|---|
AnonymousComment ( ) : System.Web.Mvc.PartialViewResult |
Retrieve Anonymous Comment fields
|
|
CommentController ( IBlogServices blogservices, IService |
ctor
|
메소드 | 설명 | |
---|---|---|
AddComment ( |
||
AddRelatedComment ( |
||
ChangeSpamMark ( int id ) : System.Web.Mvc.JsonResult | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
GetPostComments ( int postid ) : System.Web.Mvc.PartialViewResult | ||
Index ( int page, string sort, string sortdir ) : System.Web.Mvc.ViewResult |
public AnonymousComment ( ) : System.Web.Mvc.PartialViewResult | ||
리턴 | System.Web.Mvc.PartialViewResult |
public CommentController ( IBlogServices blogservices, IService |
||
blogservices | IBlogServices | Blog Services application methods |
commentservices | IService |
Generic Comment Application Services |
userservices | IService |
Generic User Service |
postservices | IService |
Generic Post Service |
리턴 | System |