Skip to content

Instantly share code, notes, and snippets.

@kevinblake
kevinblake / RemovePreviewButton.cs
Created October 30, 2012 15:04 — forked from nul800sebastiaan/RemovePreviewButton.cs
Remove preview button in Umbraco
public class RemovePreviewButton : ApplicationBase
{
public RemovePreviewButton()
{
umbracoPage.Load += this.umbracoPage_Load;
}
private void umbracoPage_Load(object sender, EventArgs e)
{
var umbracoPage = (umbracoPage)sender;