Click or drag to resize

MimeTypeDefinitionSupportsMimeType Method (MimeTypeSelector)

Determines whether the definition supports the MIME type specified by the selector.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool SupportsMimeType(
	MimeTypeSelector selector
)

Parameters

selector
Type: VDS.RDFMimeTypeSelector
MIME Type selector.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.MimeTypeDefinition.SupportsMimeType(VDS.RDF.MimeTypeSelector)"]

See Also