ImageRenderer Class
Provides methods for rendering images in HTML.
Namespace: GleamTech.ImageUltimate.AspNetAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public static class ImageRenderer
Public NotInheritable Class ImageRenderer
- Inheritance
- Object ImageRenderer
RenderTag |
Renders an image element with a unique and browser-cacheable url for the processed image. The first time this method is called,
the image will be processed and cached on the server. The url will vary according to the processing
commands so browser cache will be updated automatically when you change the parameters.
|
RenderUrl |
Renders a unique and browser-cacheable url for the processed image. The first time this method is called,
the image will be processed and cached on the server. The url will vary according to the processing
commands so browser cache will be updated automatically when you change the parameters.
|