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 结尾,则返回 。

适用于