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
コンポーネントの種類。
戻り値
コンポーネントの完全な名前。