Table of Contents

Class FromBodyAttribute

Namespace
Phoesion.Glow.SDK.Firefly
Assembly
Phoesion.Glow.SDK.Abstractions.dll

This parameter will be binded from the Request Body.

[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = false)]
public class FromBodyAttribute : Attribute
Inheritance
object
Attribute
FromBodyAttribute

Fields

Raw

Do not attempt to deserialize/format input body.

public bool Raw

Field Value

bool