Click here to Skip to main content
15,888,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello everyone
Is there a way to use style-background url() in wpf web-browser..
currently i have to change it in
HTML
<img src="url goes here">
which is not a correct way


I am trying to build a c# app which uses API to get data which is entered by some random person on website using froala online editor which provide emoji support. I am storing data in HTML format in db it gives me image as but emojis as
<span class=\"fr-emoticon fr-deletable fr-emoticon-img\" style=\"background: url(https://cdnjs.cloudflare.com/ajax/libs/emojione/2.0.1/assets/svg/1f601.svg);

I can not search for span in string for URL's as content may be large and user may enter some valid URL also..

I want to show those emojis in my app.

What I have tried:

i tried using some libraries of nuget but not successful. :(
Posted
Updated 9-Aug-18 2:27am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900