C# 클래스 Pizza.Mvc.Controllers.CoreControllerBase

상속: Controller
파일 보기 프로젝트 열기: dwdkls/pizzamvc

보호된 메소드들

메소드 설명
GetActionName ( Expression action ) : string
ShowError ( string message ) : void

메소드 상세

GetActionName() 보호된 정적인 메소드

protected static GetActionName ( Expression action ) : string
action Expression
리턴 string

ShowError() 보호된 메소드

protected ShowError ( string message ) : void
message string
리턴 void