aspnetcore/test/WebSites/ApplicationModelWebSite/Controllers
Ryan Nowak 0a473b0600 Remove ParameterModel.IsOptional
The ParameterModel and ParameterDescriptor have had a notion of
optionality for a while now, even though all parameters are treated as
'optional' in MVC.

This change removes these settings. Optionality for overloading in webapi
compat shim is reimplemented via a new binder metadata.
2015-01-06 15:22:13 -08:00
..
ActionModelController.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
ControllerModelController.cs Rename GlobalModel -> ApplicationModel 2014-10-23 16:03:55 -07:00
ParameterModelController.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00