-
diff --git a/UrlsAndRoutes/Views/Shared/ActionName.cshtml b/UrlsAndRoutes/Views/Shared/ActionName.cshtml
index e0fc06f..5cf8af0 100644
--- a/UrlsAndRoutes/Views/Shared/ActionName.cshtml
+++ b/UrlsAndRoutes/Views/Shared/ActionName.cshtml
@@ -12,5 +12,11 @@
The controller is: @ViewBag.Controller
The action is: @ViewBag.Action
+
+ @Html.ActionLink("This is an outgoing URL", "CustomVariable")
+
+
+ @Html.ActionLink("This targets another controller", "Index", "Customer")
+