FeatureTagHelperTypeResolver(ApplicationPartManager) 构造函数

定义

初始化一个新 FeatureTagHelperTypeResolver 实例。

public:
 FeatureTagHelperTypeResolver(Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPartManager ^ manager);
public FeatureTagHelperTypeResolver (Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager manager);
new Microsoft.AspNetCore.Mvc.Razor.TagHelpers.FeatureTagHelperTypeResolver : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager -> Microsoft.AspNetCore.Mvc.Razor.TagHelpers.FeatureTagHelperTypeResolver
Public Sub New (manager As ApplicationPartManager)

参数

manager
ApplicationPartManager

ApplicationPartManager应用程序的 。

适用于