Skip to content

Instantly share code, notes, and snippets.

@CoreyKaylor
Created February 16, 2013 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save CoreyKaylor/4969283 to your computer and use it in GitHub Desktop.
Save CoreyKaylor/4969283 to your computer and use it in GitHub Desktop.
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