C# 클래스 Website.Mvc.MvcHelpers

파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

공개 메소드들

메소드 설명
GetActionName ( this actionExpression ) : string
GetControllerName ( this controllerType ) : string

메소드 상세

GetActionName() 공개 정적인 메소드

public static GetActionName ( this actionExpression ) : string
actionExpression this
리턴 string

GetControllerName() 공개 정적인 메소드

public static GetControllerName ( this controllerType ) : string
controllerType this
리턴 string