I am working on RichTextBox in WPF and i would like to know if i can have url references something like we have in html
<img src="http://AnyWebsite.com/example.png" />
in xaml ( which i will be converting to rtf and storing it into the DB )
Thank you for your help!