Abp.Web.Mvc.Localized.LocalizedRemote.LocalizedRemote C# (CSharp) Method

LocalizedRemote() public method

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

Same methods

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