Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask About HtmlTextWriter #378

Open
Clounea opened this issue Jul 13, 2023 · 0 comments
Open

Ask About HtmlTextWriter #378

Clounea opened this issue Jul 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request In-PR Issues that have a PR open for them.

Comments

@Clounea
Copy link
Contributor

Clounea commented Jul 13, 2023

Summary

Our repo uses HtmlTextWriter which is not supported by ASP.NetCore and this adapters.
I want to ask if there is equivalent and if there is plan to add them to adapter.

Motivation and goals

We need migrate code (an API in Sharepoint) to ASP.NetCore and we find that the APIs are not supported by ASP.NetCore.

In scope

HtmlTextWriter

I only found a 3rd-party package HtmlTextWriter
Is there a plan to add HtmlTextWriter into adapters?

Examples

Use HtmlTextWriter to encode url

HtmlTextWriter writer = new HtmlTextWriter(new StringWriter(new StringBuilder(), CultureInfo.InvariantCulture));
writer.Write(url)
@dotnet-policy-service dotnet-policy-service bot added the Needs: Triage 🔍 Label added to new issues which need Triage label Jul 13, 2023
@joperezr joperezr added enhancement New feature or request and removed Needs: Triage 🔍 Label added to new issues which need Triage labels Sep 13, 2023
@dotnet-policy-service dotnet-policy-service bot added the In-PR Issues that have a PR open for them. label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request In-PR Issues that have a PR open for them.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants