_type property included in asp.net page method result data

57 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 best solutions below

0
On

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