Hi,
I had a need to create a custom renderer, which overrides the default behavior of the LinkInlineRenderer (which only can render images/links from internal network with custom Uri schemes etc.).
The extended class is in a other assembly, which also needs access to those methods, because of that I've made them publicly visible.
Hi, I had a need to create a custom renderer, which overrides the default behavior of the LinkInlineRenderer (which only can render images/links from internal network with custom Uri schemes etc.).
The extended class is in a other assembly, which also needs access to those methods, because of that I've made them publicly visible.