Property ETag
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; }
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; }