AreasExample.Areas.Admin.Controllers.ProfileController.Show C# (CSharp) 메소드

Show() 개인적인 메소드

private Show ( ) : System.Web.Mvc.ViewResult
리턴 System.Web.Mvc.ViewResult
        public System.Web.Mvc.ViewResult Show() {
            return new T4MVC_ViewResult(Area, Name, ActionNames.Show);
        }
        [NonAction]

Same methods

ProfileController::Show ( string username ) : System.Web.Mvc.ViewResult