Skip to content

Instantly share code, notes, and snippets.

@shawnweisfeld
Created July 20, 2016 20:54
Show Gist options
  • Save shawnweisfeld/02a238a2adda210d4d428e16ef3bd038 to your computer and use it in GitHub Desktop.
Save shawnweisfeld/02a238a2adda210d4d428e16ef3bd038 to your computer and use it in GitHub Desktop.
<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