Is there alternative to get the route value in the view page instead of read it like querystring ?
@Html.ActionLink("Language Resources", "Index", "LanguageResource", new { languageCode = Request.QueryString["languageCode"] , "")
Is there alternative to get the route value in the view page instead of read it like querystring ?
|
|||
|