Below you find a list of code examples that have been added for this attribute.
[WebMethod] public string HelloWorld(string yourName) { return string.Format("Hello {0}", yourName); }
<WebMethod()> _ Public Function HelloWorld(ByVal yourName As String) As String Return String.Format("Hello {0}", yourName) End Function
No links found.