ServerMethodsController

Hello!

Is there an equivalent of ServerMethodsController with the Blazor part?
Currently when we want to use custom method, the method should be inside the .cs file of the page. which will be gererated on compilation.
Thanks!

No such controller for Blazor - only .designer.cs will be overridden on subsequent code generation.