aspnetcore/samples
damianedwards 0c3e7b5a75 Improve usability of IHtmlLocalizer & associated API:
- IHtmlLocalizer no longer derives from IStringLocalizer
- IHtmlLocalizer indexer now returns LocalizedHtmlString
- IHtmlLocalizer has GetString methods now that act the same as IStringLocalizer.GetString
- Made LocalizedHtmlString a struct to match LocalizedString
- Updated samples in response to aspnet/Localization#167
- Rename "ancestor" to "parent" for loc API
- Fixes some doc comments
- Fixed tests
- #3716
2015-12-17 16:35:19 -08:00
..
ActionConstraintSample.Web [Fixes #3430] Removed RouteKeyHandling.CatchAll 2015-12-16 11:57:22 -08:00
CustomRouteSample.Web MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
EmbeddedViewSample.Web MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
FormatFilterSample.Web MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
InlineConstraintSample.Web React to breaking in IRouteConstraint 2015-12-14 10:08:09 -08:00
JsonPatchSample.Web MVC functional test cleanup part 1 2015-12-11 13:13:41 -08:00
LocalizationSample.Web Improve usability of IHtmlLocalizer & associated API: 2015-12-17 16:35:19 -08:00
MvcSandbox Removing CodeGenerators.Mvc reference 2015-12-11 14:59:47 -08:00
TagHelperSample.Web
UrlHelperSample.Web