System.Net.HttpClient.THTTPClient.ContentType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ContentType: string read GetContentType write SetContentType;

C++

__property System::UnicodeString ContentType = {read=GetContentType, write=SetContentType};

プロパティ

種類 可視性 ソース ユニット
property public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient


説明

Content-Type ヘッダーを管理するプロパティ。

関連項目