I am using the HtmlPage.RegisterCreateableType method to call some C # code from javascript. In the MSDN documentation, they say:
Registers a managed type that can be created from JavaScript code through Content.services.createObject and Helper methods Content.services.createManagedObject
There is no more detailed explanation of these two methods, and I do not know what the differences are. Does anyone know the differences between these methods?
source share