Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

[Annoucement] Moving from Microsoft.Extensions.WebEncoders.Core to System.Text.Encodings.Web #459

@Tratcher

Description

@Tratcher

As of RC2 the types from Microsoft.Extensions.WebEncoders.Core have been moved to System.Text.Encodings.Web. In the process there were several API changes.

IHtmlEncoder -> HtmlEncoder
.HtmlEncode -> .Encode
IJavaScriptStringEncoder -> JavaScriptEncoder
.JavaScriptStringEncode -> .Encode
IUrlEncoder -> UrlEncoder
.UrlEncode -> .Encode

The parameter ordering for some of the Encode methods has also changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions