Sha256: 31cd858db621c76a5f08141bd06ef1c6cb3911befe5447590a44375ec8b9eb40
Contents?: true
Size: 305 Bytes
Versions: 88
Compression:
Stored size: 305 Bytes
Contents
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace CSharpWeb.Controllers { public class HomeController : Controller { public ActionResult Index() { return View(); } } }
Version data entries
88 entries across 88 versions & 1 rubygems