aspnetcore/src
dougbu f4b582f654 Remove incorrect override of `ModelMetadata.GetDisplayName()`
- this method delegates to a number of `ModelMetadata` properties
- no use cases for overriding; should not be `virtual`
- `ModelMetadata.DisplayName` override using `DisplayAttribute.GetName()` coming in next commit
2014-07-24 16:49:02 -07:00
..
Microsoft.AspNet.Mvc
Microsoft.AspNet.Mvc.Common
Microsoft.AspNet.Mvc.Core Moving to RandomNumberGenerator as CryptRandom is not supported in Mono 2014-07-24 14:07:58 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions
Microsoft.AspNet.Mvc.ModelBinding Remove incorrect override of `ModelMetadata.GetDisplayName()` 2014-07-24 16:49:02 -07:00
Microsoft.AspNet.Mvc.Razor Modify FindView and FindPartialView to accept ActionContext 2014-07-24 11:48:23 -07:00
Microsoft.AspNet.Mvc.Razor.Host