C# Class Pizza.Mvc.Controllers.CoreControllerBase

Inheritance: Controller
Datei anzeigen Open project: dwdkls/pizzamvc

Protected Methods

Method Description
GetActionName ( Expression action ) : string
ShowError ( string message ) : void

Method Details

GetActionName() protected static method

protected static GetActionName ( Expression action ) : string
action Expression
return string

ShowError() protected method

protected ShowError ( string message ) : void
message string
return void