FromBodyAttribute Clase

Definición

Especifica que un parámetro o propiedad se debe enlazar mediante el cuerpo de la solicitud.

public ref class FromBodyAttribute : Attribute, Microsoft::AspNetCore::Mvc::ModelBinding::IBindingSourceMetadata
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class FromBodyAttribute : Attribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class FromBodyAttribute : Attribute, Microsoft.AspNetCore.Http.Metadata.IFromBodyMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type FromBodyAttribute = class
    inherit Attribute
    interface IBindingSourceMetadata
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type FromBodyAttribute = class
    inherit Attribute
    interface IBindingSourceMetadata
    interface IFromBodyMetadata
Public Class FromBodyAttribute
Inherits Attribute
Implements IBindingSourceMetadata
Public Class FromBodyAttribute
Inherits Attribute
Implements IBindingSourceMetadata, IFromBodyMetadata
Herencia
FromBodyAttribute
Atributos
Implementaciones

Constructores

FromBodyAttribute()

Especifica que un parámetro o propiedad se debe enlazar mediante el cuerpo de la solicitud.

Propiedades

BindingSource

Obtiene la estructura BindingSource.

EmptyBodyBehavior

Obtiene o establece un valor que decide si el enlace del modelo de cuerpo debe tratar la entrada vacía como válida.

Implementaciones de interfaz explícitas

IFromBodyMetadata.AllowEmpty

Especifica que un parámetro o propiedad se debe enlazar mediante el cuerpo de la solicitud.

Se aplica a