HttpContext.PageInstrumentation Propiedad

Definición

Obtiene una referencia a la instancia del servicio de instrumentación de página para esta solicitud.

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

Valor de propiedad

PageInstrumentationService

Instancia del servicio de instrumentación de página para esta solicitud.

Se aplica a