コード例 #1
0
        public override System.Web.Mvc.ActionResult LogOn(Sentinel.Web.Models.Home.LogOnVM model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.LogOn);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            LogOnOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
コード例 #2
0
 partial void LogOnOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Sentinel.Web.Models.Home.LogOnVM model, string returnUrl);