---
title: "What is MVC model binders? and Whats it use.."  
description: "What is MVC model binders? and Whats it use.."  
author: "Shiva Shukla"  
published: 2016-01-24  
updated: 2016-01-24  
canonical: https://www.mindstick.com/forum/33919/what-is-mvc-model-binders-and-whats-it-use  
category: "asp.net"  
tags: ["asp.net mvc", "mvc5"]  
reading_time: 1 minute  

---

# What is MVC model binders? and Whats it use..

##

##### What is MVC model binders? and Whats it use..

## Replies

### Reply by Shiva Shukla

Model binder maps HTML form elements to the model. It acts like a bridge between HTML UI and MVC model. Many times HTML UI names are different than the model property names. So in the binder we can write the mapping logic between the UI and the model.


---

Original Source: https://www.mindstick.com/forum/33919/what-is-mvc-model-binders-and-whats-it-use

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
