Difficulty invoking custom method

Hi semafox, if your custom method is not listed, try to call it as a C# code. That option is always listed. Infact it has become my favourite way of implementing of calling custom methods refer to the following tutorial where I call a custom method in login.razor.cs from login.razor.designer.cs as executable C# code. Regards.