public static extern bool TranslateCharsetInfo(IntPtr lpSrc, out CHARSETINFO lpCs, TCI dwFlags);
public override System.Web.Mvc.ActionResult Alert(TCI.Models.Persons model) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Alert); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model); AlertOverride(callInfo, model); return callInfo; }
public virtual ActionResult Alert(TCI.Models.Persons model) { return Json(new { StatusCode = Models.HttpStatusCode.Created_Page/*برای تست*/}, JsonRequestBehavior.AllowGet); }
partial void AlertOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, TCI.Models.Persons model);