C# Class Abp.Web.Mvc.Localized.LocalizedRemote

Inheritance: System.Web.Mvc.RemoteAttribute
Show file Open project: carldai0106/ABP

Public Methods

Method Description
FormatErrorMessage ( string name ) : string
LocalizedRemote ( string routeName ) : System.Web.Mvc
LocalizedRemote ( string action, string controller ) : System.Web.Mvc
LocalizedRemote ( string action, string controller, string areaName ) : System.Web.Mvc

Method Details

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string

LocalizedRemote() public method

public LocalizedRemote ( string routeName ) : System.Web.Mvc
routeName string
return System.Web.Mvc

LocalizedRemote() public method

public LocalizedRemote ( string action, string controller ) : System.Web.Mvc
action string
controller string
return System.Web.Mvc

LocalizedRemote() public method

public LocalizedRemote ( string action, string controller, string areaName ) : System.Web.Mvc
action string
controller string
areaName string
return System.Web.Mvc