[This is preliminary documentation and is subject to change.]
General ancestor for MVC Action Filters - get invoked before and after actions
System Object
System Attribute NFX.Wave.MVC ActionFilterAttribute NFX.Wave.MVC CacheControlAttribute NFX.Wave.MVC NoCacheAttribute NFX.Wave.MVC SessionCSRFCheckAttributeNamespace: 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 = true)]
public abstract class ActionFilterAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)]
public abstract class ActionFilterAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := false,
AllowMultiple := true)>
Public MustInherit Class ActionFilterAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := false,
AllowMultiple := true)>
Public MustInherit Class ActionFilterAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = false,
AllowMultiple = true)]
public ref class ActionFilterAttribute abstract : public Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = false,
AllowMultiple = true)]
public ref class ActionFilterAttribute abstract : public Attribute
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)>]
type ActionFilterAttribute =
class
inherit Attribute
end
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)>]
type ActionFilterAttribute =
class
inherit Attribute
end