TagHelperTypeResolver.IsTagHelper(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.
Indicates if a TypeInfo should be treated as a tag helper.
protected:
virtual bool IsTagHelper(System::Reflection::TypeInfo ^ typeInfo);
protected virtual bool IsTagHelper (System.Reflection.TypeInfo typeInfo);
abstract member IsTagHelper : System.Reflection.TypeInfo -> bool
override this.IsTagHelper : System.Reflection.TypeInfo -> bool
Protected Overridable Function IsTagHelper (typeInfo As TypeInfo) As Boolean
Parameters
Returns
true if typeInfo should be treated as a tag helper;
false otherwise