Exemplo n.º 1
0
 public void Process(MvcEventPublisher publisher)
 {
     publisher.Begin_ProcessMvc += new EventHandler <MvcEventArgs>(publisher_Begin_ProcessMvc);
     publisher.Begin_ParseRoute += new EventHandler <MvcEventArgs>(publisher_Begin_ParseRoute);
     publisher.Begin_Render     += new EventHandler <MvcEventArgs>(publisher_Begin_Render);
 }
Exemplo n.º 2
0
 public void Process(MvcEventPublisher publisher)
 {
     publisher.End_ProcessAction += new EventHandler <MvcEventArgs>(publisher_End_ProcessAction);
 }
Exemplo n.º 3
0
 public void Process(MvcEventPublisher publisher)
 {
     publisher.Begin_Render += new EventHandler <MvcEventArgs>(publisher_Begin_Render);
 }