Table of Contents

Field Vary

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

The HTTP Vary header.

Indicates that the response varies based on the value of the specified request headers, allowing for content negotiation.

public const string Vary = "Vary"

Returns

string
The HTTP Vary header. Indicates that the response varies based on the value of the specified request headers, allowing for content negotiation.