| by Achyut Kendre | No comments

Action Parameters and Return Values

In this article we will learn about action parameters and return values in details – Links to download Source Code :https://drive.google.com/file/d/1pICbI7zaHkLvXVzad_guyNIPU0GBsVAr/view?usp=sharing and https://drive.google.com/file/d/1Vlj-M7RCGnD45gq70gDqNGbztHJR9tWM/view?usp=sharing Action Parameters in ASP.NET MVC Action can have primitive or complex types of parameters. If action has a primitive types of parameter’s by default it will search the values of those parameters […]

Read More