I am converting a script from PHP to ASP.net C#. In PHP, i could use something like:
header('Content-type: text/json');
header('Content-type: application/json');
How can I tell my aspx page to declare in the header that it is printing a JSON file?