C# Класс SecurityControllers.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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