aspnetcore/test/WebSites/FormatterWebSite/Controllers
sornaks 53379e4395 Issue #1206 - DefaultBodyModelValidator throws if get accessor throws.
Fix: The MvcOptions takes in a list of ExcludeFromValidationDelegate (Func<Type,bool>). This func verifies if the type is excluded in validation or not.
2014-10-16 16:09:30 -07:00
..
DataContractSerializerController.cs
HomeController.cs Issue #1081 - XML DataContract Formatter can fail to write when instance type != declaredType. 2014-09-19 15:01:49 -07:00
InputFormatterController.cs
JsonFormattterController.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
ValidationController.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
XmlSerializerController.cs Issue #1081 - XML DataContract Formatter can fail to write when instance type != declaredType. 2014-09-19 15:01:49 -07:00