Click or drag to resize
HTTPHelperGetDispositionFilename Method
Gets file name in format to be used in response headers for content-disposition file name.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetDispositionFilename(
	string filename
)

Parameters

filename
Type: SystemString
Original file name

Return Value

Type: String
See Also