_type property included in asp.net page method result data

47 views Asked by At

I have a page method to get the list. I can get the result from this method, in this result object contains _type:'MyNamespace+ClassName'. I want to get the result with out this property. How to do this? or else we need to remove this property manually.

1

There are 1 answers

0
Ricardo Peres On

The only way is to call JavaScript's delete method on the result.