Table of Contents

Property IfNoneMatch

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

IfNoneMatch

Gets the value of 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 has been modified since the given date.

public string? IfNoneMatch { get; }

Property Value

string