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.
The first part is getting the image stream which can be written into an Episerver blob. private async Task GetImageStreamAsync(string url) { var stream = new MemoryStream(); try { var client = new HttpClient(); var response = await client.GetAsync...
Install the library from the Episerver NuGet Feed : Install-Package EpiEvents.Core The library uses MediatR for event publishing and handling. You have to configure it in the StructureMap config. Scan(x => { x.TheCallingAssembly(); x.ConnectImplem...
Enable search by Email When working with customers, you usually use a CustomerContext class. It provides a method to search for a customer by a pattern. var criteria = "Tom Jones"; var contacts = _customerContext.GetContactsByPattern(criteria); By...
While it is not recommended to modify Episerver database directly, the easiest way to automate website configuration is by using a SQL . There might be multiple sites configured in a single database. For this reason, you have to update URLs for ea...
Episerver's HierarchicalCatalogPartialRouter already supports the versioned content display. You just have to take a string representation of the content link wich has version info and append it to the URL by separating it with two commas. The URL...