OutputCacheSection::OmitVaryStar Property
Gets or sets a value indicating whether the vary header is enabled.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute(L"omitVaryStar", DefaultValue = false)] public: property bool OmitVaryStar { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if the vary header is enabled; otherwise, false. The default is false.
The vary header indicates the request-header fields that the server uses to determine which of multiple cached responses are sent in response to a client request. The default for the OmitVaryStar property is false. By default, ASP.NET sends the vary header in all POST requests, as well as in all GET-request query strings. If the OmitVaryStar is true, ASP.NET omits the vary header when returning the response for cached pages, provided that the GET request to a response is cached with no VaryByCustom property and the POST request to a response is cached with no VaryByParam property and no VaryByCustom property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.