Views
Import feature flag helpers globally
@addTagHelper *, Microsoft.FeatureManagement.AspNetCore<feature name="FeatureX">
<p>This can only be seen if 'FeatureX' is enabled.</p>
</feature><feature name="ShoppingCart,Checkout,Donation" requirement="Any">
<div>checkout logic</div>
</feature>Last updated