Поделиться через


ViewComponentConventions.GetComponentFullName(TypeInfo) Метод

Определение

Получите полное имя компонента из типа из Name первого. Если значение не определено, полное имя будет пространством имен с 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

Параметры

componentType
TypeInfo

Тип компонента.

Возвращаемое значение

Полное имя компонента.

Применяется к