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

