摘要:
1. Controller[HttpPost] public ActionResult LogOn(LogOnModel model, string returnUrl)2. View@model MvcApplication2.Models.LogOnModel @{ ViewBag.Title = "Log On"; string retUrl = ""; if (ViewContext.HttpContext.Request.UrlReferrer != null) { retUrl = ViewContext.HttpContext.Reques 阅读全文
posted @ 2013-06-24 23:03
Chopper
阅读(273)
评论(0)
推荐(0)
浙公网安备 33010602011771号