DefaultHttpHandler.ExecuteUrlHeaders 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得隨要求傳輸之要求標頭和要求值的集合。
protected:
property System::Collections::Specialized::NameValueCollection ^ ExecuteUrlHeaders { System::Collections::Specialized::NameValueCollection ^ get(); };
protected System.Collections.Specialized.NameValueCollection ExecuteUrlHeaders { get; }
member this.ExecuteUrlHeaders : System.Collections.Specialized.NameValueCollection
Protected ReadOnly Property ExecuteUrlHeaders As NameValueCollection
屬性值
包含要求標頭和值的 NameValueCollection。
備註
除非屬性填入衍生自 類別的 DefaultHttpHandler 類別中,否則屬性 ExecuteUrlHeaders 會傳回空集合。 新增的標頭會附加至要求中的標頭集合,再將要求傳回Internet Information Services (IIS) 。