Skip to content

Instantly share code, notes, and snippets.

@stevejay
Created May 5, 2014 21:10
Show Gist options
  • Save stevejay/a27456bcbcff5945d882 to your computer and use it in GitHub Desktop.
Save stevejay/a27456bcbcff5945d882 to your computer and use it in GitHub Desktop.
HttpContext.Current.Response.ClearHeaders();
HttpContext.Current.Response.ClearContent();
HttpContext.Current.Response.StatusCode = statusCode;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment