FromBodyAttribute Třída

Definice

Určuje, že parametr nebo vlastnost by měly být vázány pomocí textu požadavku.

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
Dědičnost
FromBodyAttribute
Atributy
Implementuje

Konstruktory

FromBodyAttribute()

Určuje, že parametr nebo vlastnost by měly být vázány pomocí textu požadavku.

Vlastnosti

BindingSource

Získá .BindingSource

EmptyBodyBehavior

Získá nebo nastaví hodnotu, která rozhodne, zda vazba modelu těla má považovat prázdný vstup za platný.

Explicitní implementace rozhraní

IFromBodyMetadata.AllowEmpty

Určuje, že parametr nebo vlastnost by měly být vázány pomocí textu požadavku.

Platí pro