TagHelperFeatureProvider.IncludePart(ApplicationPart) 方法

定义

包括部件。

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

参数

part
ApplicationPart

要包括的部件。

返回

如果包含 ,则为 True。

适用于