You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
DamianEdwards
changed the title
Make LocalizedHtmlString derive from LocalizedString and implement IHtmlContent
Improve usability of HtmlLocalizer
Dec 10, 2015
- 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
- Fixes some doc comments
- Fixed tests
- #3716
- 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
IHtmlLocalizer
indexers returnLocalizedHtmlString
IHtmlLocalizer
not inherit fromIStringLocalizer
IHtmlLocalizer.GetString
methods that are equivalent toIStringLocalizer.GetString
IHtmlLocalizer.Html
methods toIHtmlLocalizer.GetHtml
The text was updated successfully, but these errors were encountered: