# TypedMvcActionHelper **Repository Path**: richieyangs/TypedMvcActionHelper ## Basic Information - **Project Name**: TypedMvcActionHelper - **Description**: generate action/url by ExpressionTree - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #TypedMvcActionHelper 1.Generate url like :http://localhost/****/home/index @url.Url(c=>c.Index) 2.Generate url like :home/index @url.Action(c=>c.Index) 3.Generate action link liek:index @htmlHelper.GenerateActionLink("Index",c=>c.Index,new {@class="btn btn-primary"})