A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
UrlResolver.GetUrl() should work on blob right?
https://world.episerver.com/documentation/class-library/?documentId=cms/11/C987A4B6
var asset = currentContent.CommerceMediaCollection[0];var assetContent = contentLoader.Get<IContentMedia>(asset.AssetLink);var blob = assetContent.BinaryData;
this would give you the blob to the asset, without even getting the uri (if you want that then blob.ID)
Hi
I have a product that has a image resource. I need to get the blob URL to that image.
How do I get that?
I get the image from productContent.CommerceMediaCollection.First()
I have try IBlobFactory, but then I need to URI.
Any idea?
Thanks