Showing posts with label Different ways to Pass Data From View to controller in MVC and Partial Views in MVC. Show all posts
Showing posts with label Different ways to Pass Data From View to controller in MVC and Partial Views in MVC. Show all posts

Friday, 21 September 2018

Different ways to Pass Data From View to controller in MVC and Partial Views in MVC


In this article, I would like to know you about, how to pass data from view to controller.
We can pass data from view to controller in three ways:
1)        Pass data as parameters
2)      Pass data as FormCollection
3)      Pass data as Model
For this, I had taken three classes, one is ItemModel, ResultModel and ItemViewModel