Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -23,8 +23,11 @@ Delete UserController.cs, UserModels.cs, and the whole User folder under Views a
23 23
### Step 3. Add Link to Izenda
24 24
25 25
**a.** Open _Layout.cshtml in Views\Shared\ in Solution Explorer
26
+
26 27
**b.** Cut the ActionLink which leads to Izenda as below
28
+
27 29
**c.** Open _LoginPartial.cshtml in Views\Shared\ in Solution Explorer
30
+
28 31
**d.** Paste the ActionLink in IF block as below so that Izenda link is visible only after logging in
29 32
30 33