IncomingWebRequestContext.IfMatch Property

Definition

Gets a collection of the items contained in the requests If-Match header.

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

Property Value

A collection of items contained in the requests If-Match header.

Applies to