Description
Starting with Anthem 1.1.0, trying to invoke methods that don't exist on the page
on the server will return an error of "METHODNOTFOUND".
This is a developer error. It probably means one or more of the following:
- You forgot to put the
[Anthem.Method] attribute on your method
- You forgot to make your method public
- You spelled the name wrong either on the server or in the call to
Anthem_InvokePageMethod
Example
Click the button to try to invoke a method that doesn't exist on the server.