CacheControlHeaderValue.NoCacheHeaders Vlastnost

Definice

Kolekce názvů polí v direktivě "no-cache" v poli hlavičky cache-control v odpovědi HTTP.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ NoCacheHeaders { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> NoCacheHeaders { get; }
member this.NoCacheHeaders : System.Collections.Generic.ICollection<string>
Public ReadOnly Property NoCacheHeaders As ICollection(Of String)

Hodnota vlastnosti

Kolekce názvů polí.

Poznámky

Tato vlastnost představuje názvy polí v direktivě no-cache v poli hlavičky cache-control v odpovědi HTTP.

Platí pro