[source,vbnet,diff-id=1,diff-type=compliant] ---- ' '\' replaced with '/' Public Class HomeController Inherits Controller Public Function Index() As ActionResult Return View() End Function End Class ----