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

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 11.0.0
Syntax
C#
protected void SetResponseContentType(
	string mimeType
)

Parameters

mimeType
Type: SystemString
MIME type
See Also