In VB.NET, you can surround a variable name with brackets and use keywords as variable names, like this:
Dim [goto] As String = \"\"
Is the
With a @
public IActionResult Submit(Guid? id, string type, string key, string @event) { }