Exemplo n.º 1
0
 protected void ExecuteMasterPage(string src, MasterPageTemplate template, NameObjectCollection parameters)
 {
     PartExecutor.ExecuteMasterPage(this, src, template, parameters, this.HtmlTextWriter);
 }
Exemplo n.º 2
0
 public void MasterPage(string src, MasterPageTemplate template)
 {
     PartExecutor.ExecuteMasterPage(this, src, template, null, this.HtmlTextWriter);
 }