Click or drag to resize
HTTPHelperSetFileDisposition Method
Sets the file disposition to the output

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void SetFileDisposition(
	string fileName,
	string extension
)

Parameters

fileName
Type: SystemString
File name (e.g. image.png)
extension
Type: SystemString
File extension
See Also