Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created August 8, 2011 14:50
Show Gist options
  • Save burkeholland/1131886 to your computer and use it in GitHub Desktop.
Save burkeholland/1131886 to your computer and use it in GitHub Desktop.
protected override void Render(HtmlTextWriter writer) {
var canvas = new Canvas(SPContext.Current.Web.Url + "/_layouts/HelloWorld/canvas.htm");
string html = canvas.Render(this);
writer.Write(html);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment