Click or drag to resize
AdvancedGetFileHandlerSetResponseContentType Method
Sets content type of the response based on file MIME type

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
protected void SetResponseContentType(
	string filePath
)

Parameters

filePath
Type: SystemString
File path
See Also