[This is preliminary documentation and is subject to change.]
Decorates MVC Actions
System Object
System Attribute NFX.Wave.MVC ActionAttributeNamespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = true)]
public class ActionAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = true)]
public class ActionAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := false, AllowMultiple := true)>
Public Class ActionAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Method, Inherited := false, AllowMultiple := true)>
Public Class ActionAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = true)]
public ref class ActionAttribute : public Attribute
[AttributeUsageAttribute(AttributeTargets::Method, Inherited = false, AllowMultiple = true)]
public ref class ActionAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = true)>]
type ActionAttribute =
class
inherit Attribute
end
[<AttributeUsageAttribute(AttributeTargets.Method, Inherited = false, AllowMultiple = true)>]
type ActionAttribute =
class
inherit Attribute
end