DefaultHttpHandler.Context 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與目前 DefaultHttpHandler 物件關聯的內容。
protected:
property System::Web::HttpContext ^ Context { System::Web::HttpContext ^ get(); };
protected System.Web.HttpContext Context { get; }
member this.Context : System.Web.HttpContext
Protected ReadOnly Property Context As HttpContext
屬性值
包含目前內容的 HttpContext。
備註
屬性 Context 可讓您存取衍生類別的目前 HttpContext 物件。 HttpContext物件可讓您存取要求的內建 Request 、 Response 和 Server 屬性。 如需存取內容資訊的詳細資訊,請參閱 HttpContext 。