Andrew
Andrew
I'm trying to pass the following structure to mandrill. email.AddGlobalVariable("callToAction",new { Label = "Go to", Link = "http://google.com" }); In the template I'm unable to access the properties with {{callToAction.Link}}....
When I have emojis in parameter string they are escaped. How can I avoid this?
When trying to evaluate a script in an Azure Function app using Core 2.0 I get the following exception. I have tried installing Emit, no effect. System.MissingMethodException: 'Method not found:...
Is there a workaround for mac symlink restictions with Big Sur OS system files?
Are there any examples using custom css style? I have tried creating a custom field CSS provider but it does not trigger when validation runs? editContext.SetFieldCssClassProvider(new CustomFieldClassProvider());