Condividi tramite


ViewComponentConventions.GetComponentFullName(TypeInfo) Metodo

Definizione

Ottenere il nome completo del componente da un tipo dal Name primo. Se non definito, il nome completo è lo spazio dei nomi con .Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentConventions.GetShortNameByConvention(System.Reflection.TypeInfo)

public:
 static System::String ^ GetComponentFullName(System::Reflection::TypeInfo ^ componentType);
public static string GetComponentFullName (System.Reflection.TypeInfo componentType);
static member GetComponentFullName : System.Reflection.TypeInfo -> string
Public Shared Function GetComponentFullName (componentType As TypeInfo) As String

Parametri

componentType
TypeInfo

Tipo di componente.

Restituisce

Nome completo del componente.

Si applica a