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

Inheritance: System.Web.Mvc.RemoteAttribute
Afficher le fichier Open project: carldai0106/ABP

Méthodes publiques

Méthode 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 méthode

public FormatErrorMessage ( string name ) : string
name string
Résultat string

LocalizedRemote() public méthode

public LocalizedRemote ( string routeName ) : System.Web.Mvc
routeName string
Résultat System.Web.Mvc

LocalizedRemote() public méthode

public LocalizedRemote ( string action, string controller ) : System.Web.Mvc
action string
controller string
Résultat System.Web.Mvc

LocalizedRemote() public méthode

public LocalizedRemote ( string action, string controller, string areaName ) : System.Web.Mvc
action string
controller string
areaName string
Résultat System.Web.Mvc