Abp.Web.Mvc.Localized.LocalizedRemote.LocalizedRemote C# (CSharp) Méthode

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
        public LocalizedRemote(string action, string controller, string areaName)
            : base(action, controller, areaName)
        {
        }

Same methods

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