Class ContentTypeHeaderValue
Class ContentTypeHeaderValue
Namespace: Aspose.Html.Net.Headers
Assembly: Aspose.HTML.dll (25.2.0)
Represents a Content-Type header value.
[ComVisible(true)]
public class ContentTypeHeaderValue : NameValueHeaderValue
Inheritance
object ← NameValueHeaderValue ← ContentTypeHeaderValue
Inherited Members
NameValueHeaderValue.ToString(), NameValueHeaderValue.Name, NameValueHeaderValue.Value, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CharSet
Gets or sets the character-set for content.
public string CharSet { get; set; }
Property Value
MediaType
Gets or sets the media-type for content.
public MimeType MediaType { get; set; }