NoCacheAttribute

Disable caching for a controller or action.

Namespace:
Inetdev.AspNetCore
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Microsoft.AspNetCore.Mvc.Filters.ActionFilterAttribute

Constructors

NoCacheAttribute

Default constructor

Signature:
public Void NoCacheAttribute()

Methods

OnResultExecuting

Sets the required headers for disabling caching.

Signature:
public Void OnResultExecuting(context)
Parameters
Name Type Summary
context ResultExecutingContext