CacheControlHeaderValue.PrivateHeaders Propiedad

Definición

Colección de nombres de campos en la directiva "private" en un campo de encabezado cache-control de una respuesta 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)

Valor de propiedad

Colección de nombres de campos.

Comentarios

Esta propiedad representa los nombres de campo de la directiva "private" en un campo de encabezado de control de caché en una respuesta HTTP.

Se aplica a