Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是在 C# 代码中直接粘贴带有 HTML 标记的 TextBlock Inlines 的任何解决方案,如下所示:
string example = "Here is <Bold>bold</Bold> text, and here is <Italic>italic</Italic>."; TextBlock.Inlines.Add(example);
你可以看看这个项目