當使用ASP.Net Ajax調用PageMethods時,如何從「成功」方法訪問Http響應頭?來自ASP.Net的訪問響應頭PageMethod調用
例如:
PageMethods.DoSomething(
function(result){successMethod(result)},
function(error){errorMethod(error)}
);
function successMethod(result){
//------how can I access the Http response headers from here? ------
}
感謝所有幫助
謝謝佐爾坦勳爵。這是非常有用的信息! – James 2010-01-11 20:00:04
很高興可以使用;) – 2010-01-11 21:14:42