Share via


CacheControlHeaderValue.PrivateHeaders Vlastnost

Definice

Kolekce fieldnames v "private" direktivě v poli hlavičky cache-control v odpovědi HTTP.

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

Hodnota vlastnosti

Kolekce názvů polí.

Poznámky

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

Platí pro