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.
search
AI OnAI Off
I'm creating a blob file using the following method in my code
Adding to Blob
Thumbnail = MediaToBlob(thumbMediaUrl, accessToken, ".jpg", blobFactory, qbankMedia, "text/html"); blobCache.Add(videoMediaUrl, qbankMedia.BinaryData);MediaToBlob Method
I Need to get a relative path to this Thumbnail object so that I can use it to render the image in site. I can use Thumbnail.ID.AbsoluteUri to get this :
instead of that, I need something like this:
Can anyone guide me to have something that I can use as normal Url for images?