[ CCode ( has_construct_function = false ) ]
public ContentType (string type, string subtype)
Creates a Content-Type object with type type
and subtype subtype
.
type |
the MIME type or null for the default value |
subtype |
the MIME subtype or null for the default value |
a new ContentType object. |