SiteMapResolveEventArgs.Context 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所要求之節點表示的網頁要求內容。
public:
property System::Web::HttpContext ^ Context { System::Web::HttpContext ^ get(); };
public System.Web.HttpContext Context { get; }
member this.Context : System.Web.HttpContext
Public ReadOnly Property Context As HttpContext
屬性值
如果已指定,則為 HttpContext,否則為 null
。
備註
事件訂閱者可以使用 HttpContext 和 SiteMapProvider 物件動態建立 SiteMapNode 物件,並擷取所要求頁面的相關資訊,例如要求的 URL 以及使用者資訊。