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
Post a Comment