Class HttpOptionsAttribute
Used to identify a service endpoint that is triggered via the OPTIONS method.
Inherited Members
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class HttpOptionsAttribute : HttpAttribute
Constructors
HttpOptionsAttribute(string)
Constructor.
Declaration
public HttpOptionsAttribute(string template = null)
Parameters
Type | Name | Description |
---|---|---|
string | template | The optional routing template. |