HTTPHelperGetDispositionFilename Method |
Gets file name in format to be used in response headers for content-disposition file name.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetDispositionFilename(
string filename
)
Parameters
- filename
- Type: SystemString
Original file name
Return Value
Type:
StringSee Also