Field ETag
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.