C# 클래스 SecurityControllers.Extensions

파일 보기 프로젝트 열기: wcpro/SecurityControllers

공개 메소드들

메소드 설명
GetActionName ( this actionMethod ) : String

Gets action name for the specified action method considering ActionName attribute

GetActionName ( this actionExpression ) : string

Gets the action name for the specified action expression

메소드 상세

GetActionName() 공개 정적인 메소드

Gets action name for the specified action method considering ActionName attribute
public static GetActionName ( this actionMethod ) : String
actionMethod this
리턴 String

GetActionName() 공개 정적인 메소드

Gets the action name for the specified action expression
public static GetActionName ( this actionExpression ) : string
actionExpression this
리턴 string