C# Class DNTCommon.Web.Core.NoBrowserCacheAttribute

Sets `no-cache`, `must-revalidate`, `no-store` headers for the current `Response`.
Inheritance: ActionFilterAttribute
Mostrar archivo Open project: VahidN/DNTCommon.Web.Core

Public Methods

Method Description
OnResultExecuting ( ResultExecutingContext context ) : void

surrounds execution of the action

Method Details

OnResultExecuting() public method

surrounds execution of the action
public OnResultExecuting ( ResultExecutingContext context ) : void
context ResultExecutingContext
return void