共用方式為


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 結尾的名稱。

適用於