C# Class TrainNotifier.Console.WebApi.Attributes.CacheControlAttribute

Inheritance: System.Web.Http.Filters.ActionFilterAttribute
Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

Méthode Description
CacheControlAttribute ( ) : System
OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext context ) : void

Method Details

CacheControlAttribute() public méthode

public CacheControlAttribute ( ) : System
Résultat System

OnActionExecuted() public méthode

public OnActionExecuted ( System.Web.Http.Filters.HttpActionExecutedContext context ) : void
context System.Web.Http.Filters.HttpActionExecutedContext
Résultat void