ASP.NET MVC 2: Where is ModelState.AddUnhandledError Defined? -


i've seen modelstate.addunhandlederror in few code samples, doesn't seem part of modelstatedictionary class. presumably it's extension method?

is standard part of mvc? know defined?

no, not part of standard mvc. presumably it's custom defined extension method.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -