hi
i want to add some cutom headers in response time but whenever i try to us this line of code i face with this error
'System.Web.HttpResponse' does not contain a definition for 'Headers'
public void LoadHeaders()
{
this.mHeaders = new NameValueCollection();
this.mHeaders.Add(HttpContext.Current.Response.Headers);
}
i am googling this error but i can not find anything
another this is that i don't know this property exist in asp.net 2.0 or not if exist how i can use it in VS2005 and dotnet2.0?