Class ContentTypeHeaderValue
Class ContentTypeHeaderValue
Nom dels espais: Aspose.Html.Net.Headers Assemblea: Aspose.HTML.dll (25.4.0)
Representa un valor de titulació de tipus de contingut.
[ComVisible(true)]
public class ContentTypeHeaderValue : NameValueHeaderValue
Inheritance
object ← NameValueHeaderValue ← ContentTypeHeaderValue
Membres heretats
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
Obté o posa el caràcter-set per al contingut.
public string CharSet { get; set; }
Valor de la propietat
MediaType
Obté o estableix el tipus de mitjans per al contingut.
public MimeType MediaType { get; set; }