IncomingWebRequestContext.IfNoneMatch Property

Definition

Gets the values contained in the request's If-None-Match header.

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)

Property Value

The values contained in the request's If-None-Match header.

Applies to