摘要:
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Web;using System.Web.Mvc;namespace King.Web.Core.Common{ public class LogExceptionFilterAttribute : FilterAttribute, IExceptionFilter { public void OnException(ExceptionContext... 阅读全文
posted @ 2013-11-06 13:37
RainBow彩虹
阅读(174)
评论(0)
推荐(0)
摘要:
前台页面@model King.Web.Core.Models.UserAccount @using (Html.BeginForm()){ 登录 @Html.TextBoxFor(m => m.UserName) }后台代码/// /// 登录 /// public ActionResult Login() { return View(); } [HttpPost] public ActionResult Login(UserAccoun... 阅读全文
posted @ 2013-11-06 11:21
RainBow彩虹
阅读(143)
评论(0)
推荐(0)

浙公网安备 33010602011771号