Can we Get the Session Values in Views in asp.net MVC?
Posted
by SAHIL SINGLA
on Stack Overflow
See other posts from Stack Overflow
or by SAHIL SINGLA
Published on 2010-05-14T07:20:02Z
Indexed on
2010/05/14
7:24 UTC
Read the original article
Hit count: 254
asp.net-mvc
Can we Get those Values which is in Session directly in asp.net MVC Views?
I have tried it in Controller it Works,I can easily get & set the Value,
But how to Get value directly from Session in Views?
© Stack Overflow or respective owner