Share via


TagHelperConventions.IsTagHelper(TypeInfo) Method

Definition

Indicates whether or not the TypeInfo is a tag helper.

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

Parameters

typeInfo
TypeInfo

The TypeInfo.

Returns

true if typeInfo is a tag helper; false otherwise.

Applies to