共用方式為


HttpContextWrapper.PageInstrumentation 屬性

定義

取得這項要求之頁面檢測服務執行個體的參考。

public:
 virtual property System::Web::Instrumentation::PageInstrumentationService ^ PageInstrumentation { System::Web::Instrumentation::PageInstrumentationService ^ get(); };
public override System.Web.Instrumentation.PageInstrumentationService PageInstrumentation { get; }
member this.PageInstrumentation : System.Web.Instrumentation.PageInstrumentationService
Public Overrides ReadOnly Property PageInstrumentation As PageInstrumentationService

屬性值

PageInstrumentationService

這項要求的頁面檢測服務執行個體。

適用於