ImageWebTaskFileName Method

Overrides the file name (excluding extension) of the resulting image in the generated url (usually for SEO purposes). By default the same name of the source image will be used. Note that the file extension is appended automatically according to the current save format.

Definition

Namespace: GleamTech.ImageUltimate.AspNet
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public ImageWebTask FileName(
	string fileNameWithoutExtension
)

Parameters

fileNameWithoutExtension  String
The file name (excluding extension) to use in the generated url.

Return Value

ImageWebTask
The same instance of this class.

See Also