Anisha Kumaradas

Anisha Kumaradas

  • NA
  • 46
  • 10.5k

Action Link in Layout Page in ASP.NET MVC.

Dec 15 2017 12:57 AM
Hi..
I am fresher to .NET technology.Currently i am working on ASP.NET MVC where I have to use action link on layout page.I am using the below code.
@Html.ActionLink("Registration", "RegistrationPo", "PO", new { CID = Model.CollegeID }, new { @class = "badge", @style = "color:white" }).
Please suggest me how to use the same action link using session to pass parameters.. 
 
 

Answers (1)