MimeTypesHelperGetMimeType Method (String) |
Note: This API is now obsolete.
Selects the appropriate MIME Type for the given File Extension if the File Extension is a standard extension for an RDF format.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax [ObsoleteAttribute("This method is deprecated, please use GetDefinitionsForExtension() to find relevant definitions and extract the MIME types from there",
false)]
public static string GetMimeType(
string fileExt
)
<ObsoleteAttribute("This method is deprecated, please use GetDefinitionsForExtension() to find relevant definitions and extract the MIME types from there",
false)>
Public Shared Function GetMimeType (
fileExt As String
) As String
Parameters
- fileExt
- Type: SystemString
File Extension.
Return Value
Type:
String[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetMimeType(System.String)"]
See Also