WebMethodAttribute
Wisej.Core.WebMethodAttribute
public class WebMethodAttribute : AttributePublic Class WebMethodAttribute
Inherits Attribute
public class MyButton : Button
{
protected override void OnWebRender(dynamic config)
{
base.OnWebRender((object)config);
RegisterWebMethods(config);
}
}
[WebMethod]
public void myWebMethod(string s)
Constructors
WebMethodAttribute()
WebMethodAttribute(inheritable)
Name
Type
Description
Properties
Inheritable
Last updated
Was this helpful?

