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