Skip to content

Instantly share code, notes, and snippets.

@brooklynDev
Created February 15, 2012 20:32
Show Gist options
  • Save brooklynDev/1838802 to your computer and use it in GitHub Desktop.
Save brooklynDev/1838802 to your computer and use it in GitHub Desktop.
public class HomeController : Controller
{
public ActionResult Index()
{
ViewBag.NGon.SomeValue = 100;
return View();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment