Click or drag to resize
FromBodyAttribute Class
Specifies that a parameter or property should be bound using the request body.

This is empty attribute in .NET Full Framework implementation and needed only for lexical code identity with ASP.NET Core.

Inheritance Hierarchy
SystemObject
  SystemAttribute
    Kentico.Web.Mvc.InternalFromBodyAttribute

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public sealed class FromBodyAttribute : Attribute

The FromBodyAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFromBodyAttribute
Top
See Also