Sdílet prostřednictvím


HttpContextBase.PageInstrumentation Vlastnost

Definice

Při implementaci v odvozené třídě získá odkaz na instanci služby instrumentace stránky pro tento požadavek.

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

Hodnota vlastnosti

PageInstrumentationService

Instance služby instrumentace stránky pro tento požadavek.

Platí pro