Skip to content

na1s/ImranB.ModelBindingFix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImranB.ModelBindingFix

Overview

This package will fix a model binding issue which available in ASP.NET MVC 4 and ASP.NET Web API.

Example

Just add this namespace in global.asax.cs file,

     ImranB.ModelBindingFix;

and then add this line in Application_Start method to fix the issue,

Fixer.FixModelBindingIssue();
// For fixing only in MVC call this
//Fixer.FixMvcModelBindingIssue();
// For fixing only in Web API call this
//Fixer.FixWebApiModelBindingIssue();	

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%