次の方法で共有


ViewComponentConventions クラス

定義

標準ビュー コンポーネント規則メソッドを追加する静的クラス。 このクラスは継承できません。

public ref class ViewComponentConventions abstract sealed
public static class ViewComponentConventions
type ViewComponentConventions = class
Public Class ViewComponentConventions
継承
ViewComponentConventions

フィールド

ViewComponentSuffix

ビュー コンポーネント名のサフィックス。

メソッド

GetComponentFullName(TypeInfo)

最初の 型からコンポーネントの完全な名前を Name 取得します。 定義されていない場合、完全な名前は を持つ Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentConventions.GetShortNameByConvention(System.Reflection.TypeInfo)名前空間です。

GetComponentName(TypeInfo)

コンポーネントの名前を取得します。

IsComponent(TypeInfo)

true型がを定義するパブリック、非抽象、非ジェネリック クラスの場合は を返しますが、 は定義ViewComponentAttributeせずNonViewComponentAttribute、ViewComponent で終わる名前を持っています。

適用対象