Im new in MVC and im having a hard time passing a string parameter value (subjectid) to another action result in the same controller.
I badly need help.
Controller - ActionResult Content
Controller - ActionResult Forward
ActionResult Content needs to pass the ticketcontent to a view. Will still i be able to use the RedirectToAction? Any other solution/s please.