Table of Contents

Property IfMatch

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

IfMatch

Gets the value of the HTTP If-Match header.

Used to make a conditional request, allowing the client to specify that the request should only be processed if the resource matches the given ETag.

public string? IfMatch { get; }

Property Value

string