aspnetcore/src/Microsoft.AspNet.Mvc.WebApi.../ParameterBinding
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
..
FromUriAttribute.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
IOptionalBinderMetadata.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00