简体   繁体   中英

Can copy HTML formatted text from clipboard in silverlight?

I need to access clipboard in silverlight.

in winform apllication:

textBox1.Text = Clipboard.GetText(TextDataFormat.Html);

but, in silverlight I can only get text

textBlock1.Text = Clipboard.GetText();

How can I get the html format of the clipboard ?

当前不支持此功能

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM