Summary
Encapsulates the possible values of the Cache-Control HTTP request or response header.
Instance methods
| string | | Converts this structure to a valid element for the Cache-Control HTTP header. Throws if a required Int/String Parameter is missing. |
Static properties
| HttpCacheControl[] | | Provides a ready-made cache control collection that disables the caching completely. |
Instance fields
| int? | | Some values of the Cache-Control header have an integer parameter. |
| HttpCacheControlState | | Contains possible values of the Cache-Control header. |
| string | | Some values of the Cache-Control header have a string parameter. |