메소드 | 설명 | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
VersionAttribute ( ) : System |
메소드 | 설명 | |
---|---|---|
LoadAssemblyVersion ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
Grabs the date time stamp and places the version in Cache if it does not exist and places the version in ViewData
|
|
RetrieveLinkerTimestamp ( string filePath ) : System.DateTime |
Grabs the build linker time stamp http://stackoverflow.com/questions/2050396/getting-the-date-of-a-net-assembly and http://www.codinghorror.com/blog/2005/04/determining-build-date-the-hard-way.html |
public OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
리턴 | void |