Compartir a través de


FeatureTagHelperTypeResolver(ApplicationPartManager) Constructor

Definición

Inicializa una nueva instancia de 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)

Parámetros

manager
ApplicationPartManager

ApplicationPartManager del objeto de la aplicación.

Se aplica a