In using-forms-in-kentico-12-mvc-without-the-page-builder-22e42ba4ab04 a code snippet uses an IFormProvider.SendEmails(....) method. However, I cannot find that in the Kentico libraries. Has anyone else found/used this?
IFormProvider.SendEmails(....)
Follow on: Has anyone been able to instantiate a FormProvider? The constructor requires an IFormComponentActivator, but FormComponentActivator is marked internal, so cannot be instantiated by Unity DI framework.
FormProvider
IFormComponentActivator
FormComponentActivator
Found it in Kentico.Forms.Web.Mvc namespace.
Kentico.Forms.Web.Mvc
Check the Documentation
Peter, Thank you.
However, our dependency injection framework (Unity) cannot instantiate an IFormProvider because it requires an IFormComponentActivator and FormComponentActivator is marked internal.
IFormProvider
Is there another way to construct IFormProvider?
Please, sign in to be able to submit a new answer.