Share via


ViewComponentConventions.IsComponent(TypeInfo) Method

Definition

Returns true if the type is a public, non abstract, non generic class which defines ViewComponentAttribute, but not the NonViewComponentAttribute and has a name that ends in ViewComponent.

public:
 static bool IsComponent(System::Reflection::TypeInfo ^ typeInfo);
public static bool IsComponent (System.Reflection.TypeInfo typeInfo);
static member IsComponent : System.Reflection.TypeInfo -> bool
Public Shared Function IsComponent (typeInfo As TypeInfo) As Boolean

Parameters

typeInfo
TypeInfo

The TypeInfo to inspect.

Returns

If the type is a component.

Applies to