MimeTypeDefinition.AddMimeType Method |
Adds a MIME Type to this definition.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic void AddMimeType(
string type
)
Public Sub AddMimeType (
type As String
)
Parameters
- type
- Type: System.String
MIME Type.
See Also