Share via


HttpContextBase.PageInstrumentation 屬性

定義

在衍生類別中實作時,取得此要求的頁面檢測服務執行個體。

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

屬性值

PageInstrumentationService

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

適用於