Skip to content

Instantly share code, notes, and snippets.

@vietnt
Created October 6, 2011 16:40
Show Gist options
  • Save vietnt/1267895 to your computer and use it in GitHub Desktop.
Save vietnt/1267895 to your computer and use it in GitHub Desktop.
session ?
[Authenticated]
public class SomePage
{
[Inject("CurrentUser")]
public User CurrentUser { get; set; }
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment