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
Please consider adding a TagHelper that is able to supply a Base64 encoded resource, the resource would be a small static resource that would be encoded once and then cached to improve performance.
The text was updated successfully, but these errors were encountered:
I'm assuming this would need to be targeted at a set of known elements and attributes, correct? Do you have a starting list of what it should support and what you imagined the invocation would look like?
was initially thinking img tags inlining of image data from an embedded resource something like this could also be handy for blazor client application where the images resource have been embedded in the .dll and therefore can be injected into the DOM as base64 tags eg. <img src=”data:image/png;base64,isgsdg...5CYII=”/>
Please consider adding a TagHelper that is able to supply a Base64 encoded resource, the resource would be a small static resource that would be encoded once and then cached to improve performance.
The text was updated successfully, but these errors were encountered: