Sdílet prostřednictvím


IncomingWebRequestContext.IfNoneMatch Vlastnost

Definice

Získá hodnoty obsažené v If-None-Match hlavičce požadavku.

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)

Hodnota vlastnosti

IEnumerable<String>

Hodnoty obsažené v If-None-Match hlavičce požadavku.

Platí pro