开发者

Access cookies from ASP .NET MVC 3 _Layout View

I'm using a default _Layout.cshtml for my layout.

Now, I would like to access the Request object, so I could read the Cookies collection, so I could see if user is logged in. How开发者_C百科 can I achieve that, since the _Layout view doesn't have a Controller? I thought about creating a model for the _Layout view, but the model can't access Request as well. Any thoughts?


Use @HttpContext.Current.Request

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜