Created
February 16, 2013 23:55
-
-
Save CoreyKaylor/4969283 to your computer and use it in GitHub Desktop.
View for ContentExtension feature toggle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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