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