ViewComponentConventions.IsComponent(TypeInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
If the type is a component.