Table of contents
AccessibleThroughAttribute API Document
Decorates an action with a restriction to the HTTP method that is allowed to request it.
Constructors
AccessibleThroughAttribute(Verb verb)
Constructs a AccessibleThroughAttribute with the specified verb.
| Parameter | Description |
|---|---|
| verb | The Castle.MonoRail.Framework.AccessibleThroughAttribute.Verb to allow for this action. |
Properties
| Name | Type | Description |
|---|---|---|
| Verb | Verb | The Verb to allow. |