TagHelperFeatureProvider.IncludePart(ApplicationPart) Method

Definition

Include a part.

protected:
 virtual bool IncludePart(Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^ part);
protected virtual bool IncludePart (Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart part);
abstract member IncludePart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart -> bool
override this.IncludePart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart -> bool
Protected Overridable Function IncludePart (part As ApplicationPart) As Boolean

Parameters

part
ApplicationPart

The part to include.

Returns

True if included.

Applies to