Class ContentTypeHeaderValue
Class ContentTypeHeaderValue
Pôvodný názov: Aspose.Html.Net.Headers Zhromaždenie: Aspose.HTML.dll (25.4.0)
Predstavuje hodnotu Content-type header.
[ComVisible(true)]
public class ContentTypeHeaderValue : NameValueHeaderValue
Inheritance
object ← NameValueHeaderValue ← ContentTypeHeaderValue
Z dedičných členov
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
Získať alebo nastaviť nastavenie charakteru pre obsah.
public string CharSet { get; set; }
Hodnota nehnuteľnosti
MediaType
Dostane alebo nastaví mediálny typ pre obsah.
public MimeType MediaType { get; set; }