Tagged Questions
0
votes
2answers
824 views
ASMX Web Service - Return user defined class with properties
Hey,
I am trying to return a user defined class from a web method. The class has properties and/or methods.
Given the following web method:
[WebMethod]
public List<MenuItem> GetMenu()
{
...