Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

imranbaloch/ImranB.ModelBindingFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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