Compartir a través de


ViewComponentConventions.GetComponentFullName(TypeInfo) Método

Definición

Obtenga el nombre completo del componente de un tipo del Name primero. Si no se define, el nombre completo es el espacio de nombres 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

Parámetros

componentType
TypeInfo

Tipo de componente.

Devoluciones

Nombre completo del componente.

Se aplica a