Enum PassAs
Identifies how a generated service client will pass a parameter to an ASP.NET service.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
public enum PassAs
Fields
| Name | Description |
|---|---|
| Body | Passes the parameter as the HTTP request body. |
| Header | Passes the parameter as an HTTP header. |
| Query | Passes the parameter is passed as a URI query parameter. |
| Route | Passes the parameter within the URI route template. |