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