ModelAttributes.GetAttributesForParameter Metoda

Definice

Přetížení

GetAttributesForParameter(ParameterInfo)

Získá atributy pro danou parameterInfo.

GetAttributesForParameter(ParameterInfo, Type)

Získá atributy pro danou parameterInfo se zadaným modelType.

GetAttributesForParameter(ParameterInfo)

Zdroj:
ModelAttributes.cs
Zdroj:
ModelAttributes.cs
Zdroj:
ModelAttributes.cs

Získá atributy pro danou parameterInfo.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForParameter(System::Reflection::ParameterInfo ^ parameterInfo);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForParameter (System.Reflection.ParameterInfo parameterInfo);
static member GetAttributesForParameter : System.Reflection.ParameterInfo -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForParameter (parameterInfo As ParameterInfo) As ModelAttributes

Parametry

parameterInfo
ParameterInfo

Pro ParameterInfo které je třeba vyřešit atributy.

Návraty

Instance ModelAttributes s atributy parametru a jeho Type.

Platí pro

GetAttributesForParameter(ParameterInfo, Type)

Zdroj:
ModelAttributes.cs
Zdroj:
ModelAttributes.cs

Získá atributy pro danou parameterInfo se zadaným modelType.

public:
 static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForParameter(System::Reflection::ParameterInfo ^ parameterInfo, Type ^ modelType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForParameter (System.Reflection.ParameterInfo parameterInfo, Type modelType);
static member GetAttributesForParameter : System.Reflection.ParameterInfo * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForParameter (parameterInfo As ParameterInfo, modelType As Type) As ModelAttributes

Parametry

parameterInfo
ParameterInfo

Pro ParameterInfo které je třeba vyřešit atributy.

modelType
Type

Typ modelu.

Návraty

Instance ModelAttributes s atributy parametru a jeho Type.

Platí pro