Class ContentTypeHeaderValue

Class ContentTypeHeaderValue

Nazwa przestrzeń: Aspose.Html.Net.Headers Zestaw: Aspose.HTML.dll (25.4.0)

Przedstawia wartość tytułu typu zawartości.

[ComVisible(true)]
public class ContentTypeHeaderValue : NameValueHeaderValue

Inheritance

object NameValueHeaderValue ContentTypeHeaderValue

Dziedziczeni członkowie

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

Otrzymuje lub ustawia ustawienie znaków dla treści.

public string CharSet { get; set; }

Wartość nieruchomości

string

MediaType

Otrzymuje lub ustawia typ media dla treści.

public MimeType MediaType { get; set; }

Wartość nieruchomości

MimeType

 Polski