Field IfNoneMatch
The HTTP If-None-Match header.
Used to make a conditional request, allowing the client to specify that the resource should only be returned if it does not match the given ETag.
public const string IfNoneMatch = "If-None-Match"
Returns
- string
- The HTTP If-None-Match header. Used to make a conditional request, allowing the client to specify that the resource should only be returned if it does not match the given ETag.