ViewComponentConventions.GetComponentFullName(TypeInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從第一個類型 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
元件類型。
傳回
元件的完整名稱。