PreviousNext

Conditional HTML Rendering with Microsoft Feature Flags (Microsoft.FeatureManagement)

by bill-s, 2020-06-04T23:56:42.656Z

This is part seven in a series of articles. You can render HTML in your views based on whether or not a feature flag is enable or disabled. To do this you can make use of the FeatureTagHelper. For example suppose the following Printing feature is configured to be off in the appsettings.json:

Read More