Table of Contents

Field ETag

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

The HTTP ETag header.

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

public const string ETag = "ETag"

Returns

string
The HTTP ETag header. Provides a unique identifier for a specific version of a resource, allowing clients to cache and validate resources efficiently.