AreasExample.Areas.Admin.Controllers.ProfileController.Show C# (CSharp) Method

Show() private method

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