View for ContentExtension feature toggle.
@model FeatureToggleSample.HomeModel | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Toggling Features</title> | |
</head> | |
<body> | |
<div> | |
<h1>@Model.Message</h1> | |
</div> | |
@this.WriteExtensions("feature-area") | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment