C# Class WhoCanHelpMe.Web.Controllers.Profile.ActionFilters.ProfileCheckBaseAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
ファイルを表示 Open project: jongeorge1/Who-Can-Help-Me

Protected Methods

Method Description
DoRedirect ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
GetProfile ( ) : Profile
ProfileCheckBaseAttribute ( string redirectController, string redirectAction ) : System.Web.Mvc

Method Details

DoRedirect() protected method

protected DoRedirect ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void

GetProfile() protected method

protected GetProfile ( ) : Profile
return Profile

ProfileCheckBaseAttribute() protected method

protected ProfileCheckBaseAttribute ( string redirectController, string redirectAction ) : System.Web.Mvc
redirectController string
redirectAction string
return System.Web.Mvc