This question is locked. New answers and comments are not allowed.
Hi,
I'm new to MVC and I have a problem.
I have a webPage with a telerik menu -->
And I would like to call a method in one of my controller.cs.
In my "ProductionController.cs", I have a method called "Test()".
How can I acces it?
Thank you!
I'm new to MVC and I have a problem.
I have a webPage with a telerik menu -->
<% Html.Telerik().Menu() .Name("Menu") .Items(item => item.Add().Text("Rechercher").ImageUrl("~/images/icons/icon_search.png").Action("StandardTimeResults","Production").Render();%>And I would like to call a method in one of my controller.cs.
In my "ProductionController.cs", I have a method called "Test()".
How can I acces it?
Thank you!