CacheControl Type

Cache-Control security settings

Union cases

Union case Description

MustRevalidate

Full Usage: MustRevalidate

NoCache

Full Usage: NoCache

NoStore

Full Usage: NoStore

NoStoreNoCache

Full Usage: NoStoreNoCache

Private

Full Usage: Private

Instance members

Instance member Description

this.IsMustRevalidate

Full Usage: this.IsMustRevalidate

Returns: bool
Returns: bool

this.IsNoCache

Full Usage: this.IsNoCache

Returns: bool
Returns: bool

this.IsNoStore

Full Usage: this.IsNoStore

Returns: bool
Returns: bool

this.IsNoStoreNoCache

Full Usage: this.IsNoStoreNoCache

Returns: bool
Returns: bool

this.IsPrivate

Full Usage: this.IsPrivate

Returns: bool
Returns: bool

this.Value

Full Usage: this.Value

Returns: string
Returns: string