Skip to content

fmmsilva/aspnet-mvc-action-expressions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

aspnet-mvc-action-expressions

ASP.Net MVC Library for calling Controller Actions with expressions from razor views.

Usage

public class HomeController : Controller {

public ActionResult Index(int id) 
{
    return View();
}

}

@(Url.Action<HomeController>(c=>c.Index(1))) becomes /Home/Index/1

About

ASP.Net MVC Library for calling @Url.Action with expressions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages