Click or drag to resize

MimeTypesHelperGetMimeTypes Method

Note: This API is now obsolete.

Gets all the MIME Types associated with a given File Extension.

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 IEnumerable<string> GetMimeTypes(
	string fileExt
)

Parameters

fileExt
Type: SystemString
File Extension.

Return Value

Type: IEnumerableString

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

See Also