FromBodyAttribute Class

Summary

Specifies that a parameter or property should be bound using the request body.

Syntax

public class FromBodyAttribute : Attribute, _Attribute, IBindingSourceMetadata

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.FromBodyAttribute

Properties

BindingSource()
Return type:Microsoft.AspNet.Mvc.ModelBinding.BindingSource
public BindingSource BindingSource { get; }