HttpContextBase.PageInstrumentation Propriété

Définition

En cas d'implémentation dans une classe dérivée, obtient une référence à l'instance du service d'instrumentation de page pour cette requête.

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

Valeur de propriété

Instance du service d'instrumentation de page pour cette requête.

S’applique à