Table of Contents

Property ETag

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

ETag

Gets or sets the value of the HTTP ETag header.

Provides a unique identifier for a specific version of a resource, allowing clients to cache and validate resources efficiently.

public string? ETag { get; set; }

Property Value

string