C# Class DNTCommon.Web.Core.NoBrowserCacheAttribute

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

Méthodes publiques

Méthode Description
OnResultExecuting ( ResultExecutingContext context ) : void

surrounds execution of the action

Method Details

OnResultExecuting() public méthode

surrounds execution of the action
public OnResultExecuting ( ResultExecutingContext context ) : void
context ResultExecutingContext
Résultat void