ChiakiYu.Web.Areas.Blog.Controllers.BlogController._CommentList C# (CSharp) 메소드

_CommentList() 개인적인 메소드

private _CommentList ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public virtual System.Web.Mvc.ActionResult _CommentList()
        {
            return new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames._CommentList);
        }

Same methods

BlogController::_CommentList ( long id ) : System.Web.Mvc.ActionResult