.NET Framework 類別庫
HttpContext..::.Items 屬性

更新:2007 年 11 月

取得索引鍵/數值集合,其可用以在 HTTP 要求期間,於 IHttpModule 介面和 IHttpHandler 介面之間組織並共用資料。

命名空間:  System.Web
組件:  System.Web (在 System.Web.dll 中)

語法

Visual Basic (宣告)
Public ReadOnly Property Items As IDictionary
Visual Basic (使用方式)
Dim instance As HttpContext
Dim value As IDictionary

value = instance.Items
C#
public IDictionary Items { get; }
Visual C++
public:
property IDictionary^ Items {
    IDictionary^ get ();
}
J#
/** @property */
public IDictionary get_Items()
JScript
public function get Items () : IDictionary

屬性值

型別:System.Collections..::.IDictionary

IDictionary 索引鍵/數值集合,根據指定索引鍵提供對集合中個別數值的存取。

平台

Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:3.5、3.0、2.0、1.1、1.0
請參閱

參考

標記 :


Page view tracker