Sdílet prostřednictvím


ViewComponentConventions.GetComponentFullName(TypeInfo) Metoda

Definice

Získejte úplný název komponenty z prvního typu Name . Pokud není definován, úplný název je obor názvů s 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

Parametry

componentType
TypeInfo

Typ komponenty.

Návraty

Úplný název komponenty.

Platí pro