FeatureTagHelperTypeResolver(ApplicationPartManager) Constructor

Definition

Initializes a new FeatureTagHelperTypeResolver instance.

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)

Parameters

manager
ApplicationPartManager

The ApplicationPartManager of the application.

Applies to