ChiakiYu.Web.Areas.Blog.Controllers.BlogController._CommentList C# (CSharp) Method

_CommentList() private method

private _CommentList ( ) : System.Web.Mvc.ActionResult
return 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