Asp.net Mvc: Ninject - IPrincipal
Posted
by Pickels
on Stack Overflow
See other posts from Stack Overflow
or by Pickels
Published on 2010-04-28T15:53:20Z
Indexed on
2010/04/28
16:43 UTC
Read the original article
Hit count: 435
Hello,
I was wondering how I could bind the IPrincipal to HttpContext.Current.User in Asp.net Mvc with Ninject.
Friendly greetings,
Pickels
Edit:
Not sure if it matters but I use my own CustomPrincipal class.
© Stack Overflow or respective owner