Created
July 20, 2016 20:54
-
-
Save shawnweisfeld/02a238a2adda210d4d428e16ef3bd038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="nav navbar-nav navbar-right"> | |
<li>@Html.ActionLink("Sign in Commercial", "SignIn", "Account", new { authType = "AADC" }, htmlAttributes: new { id = "loginLink" })</li> | |
<li>@Html.ActionLink("Sign in Government", "SignIn", "Account", new { authType = "AADG" }, htmlAttributes: new { id = "loginLink" })</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment