C# 클래스 AreasExample.Areas.Admin.Controllers.T4MVC_ProfileController

상속: AreasExample.Areas.Admin.Controllers.ProfileController
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
Edit ( string username ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ActionResult
Show ( string username ) : System.Web.Mvc.ViewResult
T4MVC_ProfileController ( ) : System

메소드 상세

Edit() 공개 메소드

public Edit ( string username ) : System.Web.Mvc.ViewResult
username string
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Show() 공개 메소드

public Show ( string username ) : System.Web.Mvc.ViewResult
username string
리턴 System.Web.Mvc.ViewResult

T4MVC_ProfileController() 공개 메소드

public T4MVC_ProfileController ( ) : System
리턴 System