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