You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is theire a solution, where more than one embedded Image can be rendered? At the Moment i can only parse one, and especially only the first one in the html-string, image which is getting rendered. The code is looking like this: handler.OverloadImgReceivingFunc((s) => { return GetImage(s); });
But only one Image is rendered.....
The text was updated successfully, but these errors were encountered:
Is theire a solution, where more than one embedded Image can be rendered? At the Moment i can only parse one, and especially only the first one in the html-string, image which is getting rendered. The code is looking like this:
handler.OverloadImgReceivingFunc((s) => { return GetImage(s); });
But only one Image is rendered.....
The text was updated successfully, but these errors were encountered: