Class FromBodyAttribute
Used to indicate that a service endpoint parameter is to be obtained by parsing the request body as JSON.
Namespace: Neon.ModelGen
Assembly: Neon.Common.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public class FromBodyAttribute : Attribute
Constructors
FromBodyAttribute()
Constructor.
Declaration
public FromBodyAttribute()
Properties
Name
This is ignored.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |