ContentTypeHeaderValue Class

ContentTypeHeaderValue class

Represents a Content-Type header value.

public class ContentTypeHeaderValue : NameValueHeaderValue

Properties

NameDescription
[getCharSet]
[setCharSet] Gets or sets the character-set for content.
[getMediaType]
[setMediaType] Gets or sets the media-type for content.
getName Gets the parameter name.
[getValue]
[setValue] Gets or sets the parameter value.

Methods

NameDescription
toString()Returns a String that represents this instance.

See Also