A.Html.ActionLink("Home", "Index", "Home")
B.Html.ActionLink("Home", "Index", "Home", New With {.area = ""}, Nothing)
C.Html.ActionLink("Home", "Index", "Home", New With {.area = "Blog"}, Nothing)
D.Html.ActionLink("Home", "Index", "Home", New With {.area = "Home"}, Nothing)