TagHelperFeatureProvider.IncludeType(TypeInfo) Method

Definition

Include a type.

protected:
 virtual bool IncludeType(System::Reflection::TypeInfo ^ type);
protected virtual bool IncludeType (System.Reflection.TypeInfo type);
abstract member IncludeType : System.Reflection.TypeInfo -> bool
override this.IncludeType : System.Reflection.TypeInfo -> bool
Protected Overridable Function IncludeType (type As TypeInfo) As Boolean

Parameters

type
TypeInfo

The type to include.

Returns

True if included.

Applies to