1

What is Difference between

'@Url.Action("MethodName", "ControllerName")'

and

"@Url.Action("MethodName", "ControllerName")"

1 Answers1

0

Both are same, it's most likely a preference even though I suggest you to keep the consistency.

When to use double or single quotes in JavaScript?

Community
  • 1
  • 1
tickwave
  • 3,335
  • 6
  • 41
  • 82