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.
Namespace: GleamTech.ImageUltimate.AspNetAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
public ImageWebTask FileName(
string fileNameWithoutExtension
)
Public Function FileName (
fileNameWithoutExtension As String
) As ImageWebTask
- fileNameWithoutExtension String
- The file name (excluding extension) to use in the generated url.
ImageWebTaskThe same instance of this class.