Table of Contents

WebViewPageExtensions Class

Definition

Namespace
GleamTech.ImageUltimate.AspNet.Mvc
Assembly
GleamTech.ImageUltimate.dll

Adds ImageUltimate related extensions methods to System.Web.Mvc.WebViewPage class for ASP.NET MVC support.

public static class WebViewPageExtensions
Inheritance
WebViewPageExtensions

Methods

ImageTag(WebViewPage, string, Action<ImageWebTask>)

Returns 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.

ImageTag(WebViewPage, string, Action<ImageWebTask>, object)

Returns 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.

ImageUrl(WebViewPage, string, Action<ImageWebTask>)

Generates 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.