About

WebMethod attribute is attached to a Public method (cannot be attached to a private/protected) that you want the method exposed as part of the .Net Web service. It is also used to further configure the behavior of the method by passing additional attributes. Check out the MSDN link for more information, How to: Use the WebMethod Attribute.

history|show excerpt|excerpt history