Click or drag to resize
HTTPHelperGetFileDisposition Method
Gets the file disposition

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static ContentDisposition GetFileDisposition(
	string fileName,
	string extension
)

Parameters

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

Return Value

Type: ContentDisposition
See Also