Share via


FeatureTagHelper(IFeatureManagerSnapshot) Constructor

Definition

Creates a feature tag helper.

public FeatureTagHelper (Microsoft.FeatureManagement.IFeatureManagerSnapshot featureManager);
new Microsoft.FeatureManagement.Mvc.TagHelpers.FeatureTagHelper : Microsoft.FeatureManagement.IFeatureManagerSnapshot -> Microsoft.FeatureManagement.Mvc.TagHelpers.FeatureTagHelper
Public Sub New (featureManager As IFeatureManagerSnapshot)

Parameters

featureManager
IFeatureManagerSnapshot

The feature manager snapshot to use to evaluate feature state.

Applies to