C# 클래스 LunchVote.Filters.DayCreatedFilterAttribute

상속: System.Web.Mvc.ActionFilterAttribute
파일 보기 프로젝트 열기: omockler/LunchVote

공개 메소드들

메소드 설명
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Called by the ASP.NET MVC framework before the action method executes. Used to ensure that there is a record created in the database for the current day. If there isn't a new day is created.

메소드 상세

OnActionExecuting() 공개 메소드

Called by the ASP.NET MVC framework before the action method executes. Used to ensure that there is a record created in the database for the current day. If there isn't a new day is created.
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext The filter context.
리턴 void