RazorPageExtensions Class

Adds ImageUltimate related extensions methods to RazorPageBase class for ASP.NET Core support.

Definition

Namespace: GleamTech.ImageUltimate.AspNet.Core
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static class RazorPageExtensions
Inheritance
Object    RazorPageExtensions

Methods

ImageTag(RazorPageBase, String, ActionImageWebTask) 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(RazorPageBase, String, ActionImageWebTask, 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 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.

See Also