HttpWebRequest.MediaType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要求的媒體類型。
public:
property System::String ^ MediaType { System::String ^ get(); void set(System::String ^ value); };
public string? MediaType { get; set; }
public string MediaType { get; set; }
member this.MediaType : string with get, set
Public Property MediaType As String
屬性值
要求的媒體類型。 預設值為 null
。
備註
謹慎
WebRequest
、HttpWebRequest
、ServicePoint
和 WebClient
已經過時,您不應該將它們用於新的開發。 請改用 HttpClient。
MediaType 屬性值會影響 CharacterSet 屬性。 當您在要求中設定 MediaType 時,會從回應 Content-type
HTTP 標頭中傳回的字元集清單中選擇對應的媒體類型。