Freigeben über


BindingInfo.GetBindingInfo Methode

Definition

Überlädt

GetBindingInfo(IEnumerable<Object>)

Erstellt eine neue instance von aus BindingInfo dem angegebenen attributes.

Diese Überladung wird nicht berücksichtigt, die BindingInfo über angegeben wurde ModelMetadata. Erwägen Sie, eine Überladung oder TryApplyBindingInfo(ModelMetadata) das Ergebnis dieser Methode zu verwendenGetBindingInfo(IEnumerable<Object>, ModelMetadata), um eine genauere BindingInfo instance zu erhalten.

GetBindingInfo(IEnumerable<Object>, ModelMetadata)

Erstellt eine neue instance von BindingInfo aus dem angegebenen attributes und modelMetadata.

GetBindingInfo(IEnumerable<Object>)

Quelle:
BindingInfo.cs
Quelle:
BindingInfo.cs
Quelle:
BindingInfo.cs

Erstellt eine neue instance von aus BindingInfo dem angegebenen attributes.

Diese Überladung wird nicht berücksichtigt, die BindingInfo über angegeben wurde ModelMetadata. Erwägen Sie, eine Überladung oder TryApplyBindingInfo(ModelMetadata) das Ergebnis dieser Methode zu verwendenGetBindingInfo(IEnumerable<Object>, ModelMetadata), um eine genauere BindingInfo instance zu erhalten.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ GetBindingInfo(System::Collections::Generic::IEnumerable<System::Object ^> ^ attributes);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo? GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes);
static member GetBindingInfo : seq<obj> -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo
Public Shared Function GetBindingInfo (attributes As IEnumerable(Of Object)) As BindingInfo

Parameter

attributes
IEnumerable<Object>

Eine Auflistung von Attributen, die zum Erstellen verwendet werden BindingInfo

Gibt zurück

Eine neue Instanz von BindingInfo.

Gilt für:

GetBindingInfo(IEnumerable<Object>, ModelMetadata)

Quelle:
BindingInfo.cs
Quelle:
BindingInfo.cs
Quelle:
BindingInfo.cs

Erstellt eine neue instance von BindingInfo aus dem angegebenen attributes und modelMetadata.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::BindingInfo ^ GetBindingInfo(System::Collections::Generic::IEnumerable<System::Object ^> ^ attributes, Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ modelMetadata);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes, Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata modelMetadata);
public static Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo? GetBindingInfo (System.Collections.Generic.IEnumerable<object> attributes, Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata modelMetadata);
static member GetBindingInfo : seq<obj> * Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata -> Microsoft.AspNetCore.Mvc.ModelBinding.BindingInfo
Public Shared Function GetBindingInfo (attributes As IEnumerable(Of Object), modelMetadata As ModelMetadata) As BindingInfo

Parameter

attributes
IEnumerable<Object>

Eine Auflistung von Attributen, die zum Erstellen BindingInfovon verwendet werden.

modelMetadata
ModelMetadata

Die ModelMetadata.

Gibt zurück

Eine neue instance, ob Bindungsmetadaten BindingInfo ermittelt wurden, andernfalls oder null.

Gilt für: