Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MimeMapping.GetMimeMapping Method (String)

.NET Framework (current version)
 

Returns the MIME mapping for the specified file name.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

Public Shared Function GetMimeMapping (
	fileName As String
) As String

Parameters

fileName
Type: System.String

The file name that is used to determine the MIME type.

Return Value

Type: System.String

.NET Framework
Available since 4.5
Return to top
Show: