I have the code below which is basically some embed script code inside an MVC view, everything builds fine but when I run I get this error "The name 'B6' does not exist in the current context", I assume this has to do with the '@' character as this is used with razor to reference variables, I've searched for some way to escape the '@' but have had no luck.
@url = "https://crm.zoho.com/crm/WebFormServeServlet?rid=fwW-@B6-MHnNRgi";