Normalize cr/lf/tab
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Umbraco.Web.Mvc
|
||||
{
|
||||
/// <summary>
|
||||
/// Will ensure that client-side cache does not occur by sending the correct response headers
|
||||
/// </summary>
|
||||
/// </summary>
|
||||
public class DisableClientCacheAttribute : ActionFilterAttribute
|
||||
{
|
||||
public override void OnResultExecuting(ResultExecutingContext filterContext)
|
||||
@@ -23,4 +23,4 @@ namespace Umbraco.Web.Mvc
|
||||
base.OnResultExecuting(filterContext);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user