Compartilhar via


IncomingWebRequestContext.IfNoneMatch Propriedade

Definição

Obtém os valores contidos no cabeçalho If-None-Match da solicitação.

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 da propriedade

IEnumerable<String>

Os valores contidos no cabeçalho da solicitação If-None-Match .

Aplica-se a