Gets or sets a value used as the maximum age for cached resources that do not have expiration information.
<ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue := "1.00:00:00")> _ Public Property UnspecifiedMaximumAge As TimeSpan
Dim instance As RequestCachingSection Dim value As TimeSpan value = instance.UnspecifiedMaximumAge instance.UnspecifiedMaximumAge = value
[ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue = "1.00:00:00")] public TimeSpan UnspecifiedMaximumAge { get; set; }
[ConfigurationPropertyAttribute(L"unspecifiedMaximumAge", DefaultValue = L"1.00:00:00")] public: property TimeSpan UnspecifiedMaximumAge { TimeSpan get (); void set (TimeSpan value); }
public function get UnspecifiedMaximumAge () : TimeSpan public function set UnspecifiedMaximumAge (value : TimeSpan)
Setting this property ensures that a resource that does not have expiration header information does not remain fresh in the cache indefinitely.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98