Click or drag to resize

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
)

Parameters

fileExt
Type: SystemString
File Extension.

Return Value

Type: String

[Missing <returns> documentation for "M:VDS.RDF.MimeTypesHelper.GetMimeType(System.String)"]

See Also