In WebForms normal input controls can extend with client scripting features using AJAX Control Extender controls. Or create Ajax Enabled Server Controls. Is it possible to create similar base class / concept to Blazor in order to do things similar way as WebForms has?
Means that I can implement generic reusable extension control in Blazor and attach it to some other Blazor component without having to change that Blazor component's implementation.
Idea / Concept is explained in following link:
https://learn.microsoft.com/en-us/aspnet/web-forms/overview/ajax-control-toolkit/getting-started/creating-a-custom-ajax-control-toolkit-control-extender-cs