• <bdo id='RyviU'></bdo><ul id='RyviU'></ul>
      <legend id='RyviU'><style id='RyviU'><dir id='RyviU'><q id='RyviU'></q></dir></style></legend>
    1. <small id='RyviU'></small><noframes id='RyviU'>

      <tfoot id='RyviU'></tfoot>

    2. <i id='RyviU'><tr id='RyviU'><dt id='RyviU'><q id='RyviU'><span id='RyviU'><b id='RyviU'><form id='RyviU'><ins id='RyviU'></ins><ul id='RyviU'></ul><sub id='RyviU'></sub></form><legend id='RyviU'></legend><bdo id='RyviU'><pre id='RyviU'><center id='RyviU'></center></pre></bdo></b><th id='RyviU'></th></span></q></dt></tr></i><div id='RyviU'><tfoot id='RyviU'></tfoot><dl id='RyviU'><fieldset id='RyviU'></fieldset></dl></div>

    3. 将简单的 HTML 转换为 RichTextBlock

      Convert simple HTML to a RichTextBlock(将简单的 HTML 转换为 RichTextBlock)

      <legend id='8iMyS'><style id='8iMyS'><dir id='8iMyS'><q id='8iMyS'></q></dir></style></legend><tfoot id='8iMyS'></tfoot>
      <i id='8iMyS'><tr id='8iMyS'><dt id='8iMyS'><q id='8iMyS'><span id='8iMyS'><b id='8iMyS'><form id='8iMyS'><ins id='8iMyS'></ins><ul id='8iMyS'></ul><sub id='8iMyS'></sub></form><legend id='8iMyS'></legend><bdo id='8iMyS'><pre id='8iMyS'><center id='8iMyS'></center></pre></bdo></b><th id='8iMyS'></th></span></q></dt></tr></i><div id='8iMyS'><tfoot id='8iMyS'></tfoot><dl id='8iMyS'><fieldset id='8iMyS'></fieldset></dl></div>

            <bdo id='8iMyS'></bdo><ul id='8iMyS'></ul>

            1. <small id='8iMyS'></small><noframes id='8iMyS'>

                  <tbody id='8iMyS'></tbody>
                本文介绍了将简单的 HTML 转换为 RichTextBlock的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                I am starting with Windows 8 and I am trying to convert HTML to a RichTextBlock.

                I have read that I could use this function : HtmlUtilities.ConvertToText in a TextBlock but I can't find a way to use this function in a RichTextBlock!

                From what I understand and tried I can't extend the RichTextBlock so I can't apply this function everytime a RichTextBlock is called.

                Also, I can't find any way to bind text to a RichTextBlock and building a parser just for simple HTML (I only want paragraphs and italics/bolds) seems an overkill. Also, I have no idea where I should do this parsing since I the RichTextBlock seems unextendable.

                I can't use the WebView because I need transparency (and from what I have read the WebView doesn't have it).

                EDIT

                @mydogisbox made me see I was getting too far on my research.

                I can use HtmlUtilities.ConvertToText in the getter of a property that I can bind in the RichTextBlock. I couldn't bind it because I was trying to do <Run Text="{Binding TextHTML}" /> without a <Paragraph> tag.

                However HtmlUtilities.ConvertToText doesn't preserve italics or bolds. Only paragraphs :/.

                解决方案

                I ended up using a package avaiable on gitHub that converts from HTML to a RickTextBlock.

                Basiclly you only need to open the Package Manager Console (Tools > Library Package Manager > Package Manager Console) and install the package running Install-Package RichTextBlock.Html2Xaml.

                Then you open RichTextBlockProperties.cs and you have the lines you need to copy. In my case I had to add the namespace:

                xmlns:rtbx="using:EventTests.Common"
                

                And then you can bind your property that has HTML using:

                <RichTextBlock rtbx:Properties.Html="{Binding ...}"/>
                

                Some problems and some solutions

                A problem I have found with this library is how it handles simple html with no divs. Like:

                <p>Testing <i>italic</i> and something more.</p>
                <p>More testing </p>
                

                This prints:

                Testing italic and something more.
                More testing

                However, I wanted something like this:

                Testing italic and something more.

                More testing

                So I had to wrap the second paragraph in a div (and all paragraphs except the first could be wrapped).

                <p>Testing <i>italic</i> and something more.</p>
                <div><p>More testing </p></div>
                

                If you wrap the first paragraph then you will have an extra new line.

                So far this is the best solution I have found. If you find better I apreciate it since I am testing and learning. If you find a better solution I will accept yours.

                Be carefull

                This approach will crash if you have symbols like "<" or "&" in your html. I suggest that you replace those chars before you try to use this library.

                这篇关于将简单的 HTML 转换为 RichTextBlock的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                quot;Each child in an array should have a unique key propquot; only on first time render of page(“数组中的每个孩子都应该有一个唯一的 key prop仅在第一次呈现页面时)
                How do I make a TextGeometry multiline? How do I put it inside a square so it wraps like html text does inside a div?(如何制作 TextGeometry 多线?如何将它放在一个正方形内,以便它像 html 文本一样包裹在 div 内?) - IT屋-程序员软件开发技术分享社
                Scale background image to fit ie8 window(缩放背景图像以适合 ie8 窗口)
                Safari 5.1 breaks CSS table cell spacing(Safari 5.1 打破 CSS 表格单元格间距)
                Put in bold part of description in metatag Drupal module(将描述的粗体部分放在元标记 Drupal 模块中)
                Is it possible to compile Coffeescript code in script tags in html files?(是否可以在 html 文件的脚本标签中编译 Coffeescript 代码?)

                  <small id='EsSyk'></small><noframes id='EsSyk'>

                    <tbody id='EsSyk'></tbody>

                1. <legend id='EsSyk'><style id='EsSyk'><dir id='EsSyk'><q id='EsSyk'></q></dir></style></legend>
                  1. <tfoot id='EsSyk'></tfoot>

                    <i id='EsSyk'><tr id='EsSyk'><dt id='EsSyk'><q id='EsSyk'><span id='EsSyk'><b id='EsSyk'><form id='EsSyk'><ins id='EsSyk'></ins><ul id='EsSyk'></ul><sub id='EsSyk'></sub></form><legend id='EsSyk'></legend><bdo id='EsSyk'><pre id='EsSyk'><center id='EsSyk'></center></pre></bdo></b><th id='EsSyk'></th></span></q></dt></tr></i><div id='EsSyk'><tfoot id='EsSyk'></tfoot><dl id='EsSyk'><fieldset id='EsSyk'></fieldset></dl></div>
                        <bdo id='EsSyk'></bdo><ul id='EsSyk'></ul>