Skip to content
/ T4MVC Public
forked from T4MVC/T4MVC

T4MVC is a T4 template for ASP.NET MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places.

License

Notifications You must be signed in to change notification settings

vanasis/T4MVC

This branch is 5 commits behind T4MVC/T4MVC:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 11, 2014
Mar 21, 2018
Apr 16, 2020
May 31, 2019
Apr 16, 2020
Nov 4, 2019
Jan 31, 2017
May 4, 2015
Dec 29, 2015
Oct 5, 2012
May 13, 2015
Dec 6, 2018
Jan 28, 2018
Apr 11, 2012
Apr 11, 2012
Oct 5, 2012

Repository files navigation

Build status

T4MVC is a T4 template for ASP.NET MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places.

e.g. instead of

@Html.ActionLink("Dinner Details", "Details", "Dinners", new { id = Model.DinnerID }, null)

T4MVC lets you write

@Html.ActionLink("Dinner Details", MVC.Dinners.Details(Model.DinnerID))

and that's just the beginning!

Use the following links to get started

T4MVC is part of the MvcContrib project, which is part of the Outercurve Foundation

About

T4MVC is a T4 template for ASP.NET MVC apps that creates strongly typed helpers that eliminate the use of literal strings in many places.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.0%
  • CSS 0.7%
  • Classic ASP 0.3%
  • PowerShell 0.0%
  • Batchfile 0.0%
  • JavaScript 0.0%