[This is preliminary documentation and is subject to change.]
Decorates controller classes or actions that set NoCache headers in response. By default Force = true
System Object
System Attribute NFX.Wave.MVC ActionFilterAttribute NFX.Wave.MVC CacheControlAttributeNamespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = false)]
public sealed class CacheControlAttribute : ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = false)]
public sealed class CacheControlAttribute : ActionFilterAttribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := false,
AllowMultiple := false)>
Public NotInheritable Class CacheControlAttribute
Inherits ActionFilterAttribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := false,
AllowMultiple := false)>
Public NotInheritable Class CacheControlAttribute
Inherits ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = false,
AllowMultiple = false)]
public ref class CacheControlAttribute sealed : public ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = false,
AllowMultiple = false)]
public ref class CacheControlAttribute sealed : public ActionFilterAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = false)>]
type CacheControlAttribute =
class
inherit ActionFilterAttribute
end
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = false)>]
type CacheControlAttribute =
class
inherit ActionFilterAttribute
end