CacheControlHeaderValue.NoCache Property
Gets or sets {insert text here}.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Property NoCache As Boolean
Get
Set
'Usage
Dim instance As CacheControlHeaderValue
Dim value As Boolean
value = instance.NoCache
instance.NoCache = value
public bool NoCache { get; set; }
public:
property bool NoCache {
bool get ();
void set (bool value);
}
member NoCache : bool with get, set
function get NoCache () : boolean
function set NoCache (value : boolean)
Property Value
Type: System.Boolean