Skip to content

Instantly share code, notes, and snippets.

@morsdyce
Created November 3, 2012 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morsdyce/4006702 to your computer and use it in GitHub Desktop.
Save morsdyce/4006702 to your computer and use it in GitHub Desktop.
<if condition="Request.IsAuthenticated">
Welcome <b> ${ Context.User.Identity.Name }</b>!
[ !{ Html.ActionLink("Log Off","LogOff", "Account") } ]
</if>
<else>
[ !{ Html.ActionLink("Log On","LogOn","Account") } ]
</else>
<span class="Apple-style-span" style="font-family: Arial, Verdana, sans-serif; white-space: normal; ">Now lets edit Index.aspx and BookList.aspx change both extensions to .spark and edit as follows: Index.spark</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment