Compartir a través de


PageExecutionListener.EndContext(PageExecutionContext) Método

Definición

Se llama en un motor de vista después de representar el resultado para el contexto especificado.

public:
 abstract void EndContext(System::Web::Instrumentation::PageExecutionContext ^ context);
public abstract void EndContext (System.Web.Instrumentation.PageExecutionContext context);
abstract member EndContext : System.Web.Instrumentation.PageExecutionContext -> unit
Public MustOverride Sub EndContext (context As PageExecutionContext)

Parámetros

context
PageExecutionContext

Contexto de ejecución de la página.

Se aplica a