aspnetcore/src
dougbu 40eb05f7e4 Improve `HtmlHelper` extension points
- address all of #659 and a bit of #874 (avoid `public virtual` methods in
  `HtmlHelper`)

- make `MetadataProvider` and `GetClientValidationRules()` `public` and
  therefore available to extension methods
- remove unused `GetValidationAttributes()` overload
- make remaining `GetValidationAttributes()` overload (and not
  `GetClientValidationRules()`) `virtual`, allowing derived classes to
  change the attributes without overriding all callers
- reverse `GetValidationAttributes()` and `GetClientValidationRules()`
  parameter order to match precedence
- add `GenerateName()` and `GenerateValidationSummary()` to make
  `protected virtual` method names consistent
- `Name()`, `ValidationSummary()` and `TextArea()` are no longer `virtual`
  because `protected virtual Generate*()` methods exist for all
2014-07-31 12:01:09 -07:00
..
Microsoft.AspNet.Mvc Responding to comments 2014-07-29 18:25:34 -07:00
Microsoft.AspNet.Mvc.Common 1. Introducing XML Input Formatters. 2014-07-29 15:04:23 -07:00
Microsoft.AspNet.Mvc.Core Improve `HtmlHelper` extension points 2014-07-31 12:01:09 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions
Microsoft.AspNet.Mvc.ModelBinding Updating System.Xml.ReaderWriter to 4.0.10.0 2014-07-29 22:11:50 -07:00
Microsoft.AspNet.Mvc.Razor Reacting to Roslyn package changes 2014-07-29 16:50:19 -07:00
Microsoft.AspNet.Mvc.Razor.Host