WebUtilsGetMimeType Method |
Returns the MIME mapping for the specified file name.
Namespace:
PDTec.IceNet.Web.Utils
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string GetMimeType(
string fileName
)
Parameters
- fileName
- Type: SystemString
The file name that is used to determine the MIME type.
Return Value
Type:
StringThe MIME type.
See Also