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

Class ThemedImage

Used to load image from the theme directory.

Inheritance
System.Object
ThemedImage
Namespace: Mediachase.Commerce.Website.Controls
Assembly: Mediachase.Commerce.Website.dll
Version: 10.8.0
Syntax
public class ThemedImage : Image

Constructors

ThemedImage()

Declaration
public ThemedImage()

Methods

OnPreRender(EventArgs)

Handles the Load event of the Page control.

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

The System.EventArgs instance containing the event data.