C# Class Website.Mvc.MvcHelpers

Mostra file Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
GetActionName ( this actionExpression ) : string
GetControllerName ( this controllerType ) : string

Method Details

GetActionName() public static method

public static GetActionName ( this actionExpression ) : string
actionExpression this
return string

GetControllerName() public static method

public static GetControllerName ( this controllerType ) : string
controllerType this
return string