CacheControl Type
Cache-Control security settings
Union cases
| Union case | Description |
Full Usage:
MustRevalidate
|
|
Full Usage:
NoCache
|
|
Full Usage:
NoStore
|
|
Full Usage:
NoStoreNoCache
|
|
Full Usage:
Private
|
Instance members
| Instance member | Description |
Full Usage:
this.IsMustRevalidate
Returns: bool
|
|
Full Usage:
this.IsNoCache
Returns: bool
|
|
Full Usage:
this.IsNoStore
Returns: bool
|
|
Full Usage:
this.IsNoStoreNoCache
Returns: bool
|
|
Full Usage:
this.IsPrivate
Returns: bool
|
|
Full Usage:
this.Value
Returns: string
|
|