Compartir a través de


IncomingWebRequestContext.IfNoneMatch Propiedad

Definición

Obtiene los valores incluidos en el encabezado If-None-Match de la solicitud.

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

Valor de propiedad

IEnumerable<String>

Los valores contenidos en el encabezado de la solicitud If-None-Match .

Se aplica a