I'm attempting to implement SlickUpload in VBHTML.
Using the C# Razor example I am getting a expression expected error.
.SelectorTemplate =
new Template(@<text> <a href="javascript:;">Add files</a></text>)
I think this is something to do with @, but I'm not sure. Is it possible to use the text syntax in vbhtml?