如何从 Ajax 编辑器获取纯文本?

发布于 2024-09-03 18:23:00 字数 243 浏览 5 评论 0原文

我需要从 Ajax 编辑器获取纯文本和 html 文本。我能够获取 html 文本,但无法检索纯文本。我不应该从编辑器中删除 html 标签来检索纯文本。

是否有任何属性可以从 ajax 编辑器中提供纯文本?

我的应用程序的示例代码:

我能够获得丰富的 html 文本,如下所示: 字符串 desc = QuestionAndAnswerEditor.Content;

同样,我想要纯文本。 请帮我。

I need to get both plain text as well as html text from Ajax Editor. I'm able to get the html text and not able to retrieve plain text. i'm not supposed to eliminate html tags from the editor to retrieve plain text.

Is there any property, which gives plain text from ajax editor?

Sample code from my app:

i'm able to get rich html text like this:
string desc = QuestionAndAnswerEditor.Content;

Same way i want plain text.
Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

慢慢从新开始 2024-09-10 18:23:00

使用 HTML.Encode 获取编码文本。和 html.decode ..

Use HTML.Encode for getting encoded text. and html.decode ..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文