ASP.NET MVC上次访问数据

时间:2015-11-03 09:19:36

标签: asp.net-mvc

如何使用asp.net mvc显示前十页访问Cookie?

1 个答案:

答案 0 :(得分:1)

要存储每个访问页面的网址,您可以使用global.asax的<Grid Background="LightGray"> <DockPanel Background="White" HorizontalAlignment="Left"> <TextBlock Text="Element 1"/> <TextBlock Text="Element 2"/> <TextBlock DockPanel.Dock="Right" Text="Element N" MinWidth="100"/> <TextBlock Text="Element with variable width, can be less than text"/> </DockPanel> </Grid> 方法,无论访问哪个页面,都会调用该方法。

示例:

Application_BeginRequest