Partilhar via


ViewComponentConventions.GetComponentFullName(TypeInfo) Método

Definição

Obtenha o nome completo do componente de um tipo do Name primeiro. Se não estiver definido, o nome completo será o Namespace com o 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

O tipo de componente.

Retornos

O nome completo do componente.

Aplica-se a