4 lines
147 B
C#
4 lines
147 B
C#
|
protected override void OnActionExecuting(ActionExecutingContext filterContext)
|
||
|
{
|
||
|
filterContext.HttpContext.Response.Cache.SetNoTransforms();
|
||
|
}
|