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

コンポーネントの種類。

戻り値

コンポーネントの完全な名前。

適用対象