共用方式為


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

元件類型。

傳回

元件的完整名稱。

適用於