GlobalizationSection.ResponseHeaderEncoding プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > GlobalizationSection.ResponseHeaderEncoding プロパティの意味・解説 

GlobalizationSection.ResponseHeaderEncoding プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

HTTP 応答ヘッダー エンコーディング指定する値を取得または設定します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Property ResponseHeaderEncoding As
 Encoding
Dim instance As GlobalizationSection
Dim value As Encoding

value = instance.ResponseHeaderEncoding

instance.ResponseHeaderEncoding = value
public Encoding ResponseHeaderEncoding { get;
 set; }
public:
property Encoding^ ResponseHeaderEncoding {
    Encoding^ get ();
    void set (Encoding^ value);
}
/** @property */
public Encoding get_ResponseHeaderEncoding ()

/** @property */
public void set_ResponseHeaderEncoding (Encoding
 value)
public function get ResponseHeaderEncoding
 () : Encoding

public function set ResponseHeaderEncoding
 (value : Encoding)

プロパティ
HTTP 応答ヘッダー エンコーディング既定値UTF-8 です。

解説解説
使用例使用例

ResponseHeaderEncoding プロパティ使用する方法次のコード例示します。このコード例は、GlobalizationSection クラストピック取り上げているコード例一部分です。

' Display ResponseHeaderEncoding property.
Console.WriteLine("ResponseHeaderEncoding: {0}", _
 configSection.ResponseHeaderEncoding)
// Display ResponseHeaderEncoding property.
Console.WriteLine("ResponseHeaderEncoding: {0}", 
  configSection.ResponseHeaderEncoding);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
GlobalizationSection クラス
GlobalizationSection メンバ
System.Web.Configuration 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

GlobalizationSection.ResponseHeaderEncoding プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



GlobalizationSection.ResponseHeaderEncoding プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS