Decorates an action with a restriction to the HTTP method that is allowed to request it.

Namespace: Castle.MonoRail.Framework
Assembly:  Castle.MonoRail.Framework (in Castle.MonoRail.Framework.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Method)]
public class AccessibleThroughAttribute : Attribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.MonoRail.Framework..::AccessibleThroughAttribute

See Also