开发者

Can copy HTML formatted text from clipboard in silverlight?

开发者 https://www.devze.com 2023-01-05 03:26 出处:网络
I need to access clipboard in silverlight. in winform apllication: textBox1.Text = Clipboard.Ge开发者_Go百科tText(TextDataFormat.Html);

I need to access clipboard in silverlight.

in winform apllication:

textBox1.Text = Clipboard.Ge开发者_Go百科tText(TextDataFormat.Html);

but, in silverlight I can only get text

textBlock1.Text = Clipboard.GetText();

How can I get the html format of the clipboard ?


Currently this is not supported.

0

精彩评论

暂无评论...
验证码 换一张
取 消