Field IfMatch
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 const string IfMatch = "If-Match"
Returns
- string
- 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.