FromBodyAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, dass ein Parameter oder eine Eigenschaft mithilfe des Anforderungstexts gebunden werden soll.
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
- Vererbung
-
FromBodyAttribute
- Attribute
- Implementiert
Konstruktoren
FromBodyAttribute() |
Gibt an, dass ein Parameter oder eine Eigenschaft mithilfe des Anforderungstexts gebunden werden soll. |
Eigenschaften
BindingSource |
Ruft das BindingSource ab. |
EmptyBodyBehavior |
Ruft einen Wert ab, der entscheidet, ob die Textmodellbindung leere Eingaben als gültig behandeln soll, oder legt den Wert fest. |
Explizite Schnittstellenimplementierungen
IFromBodyMetadata.AllowEmpty |
Gibt an, dass ein Parameter oder eine Eigenschaft mithilfe des Anforderungstexts gebunden werden soll. |