如何使用asp.net mvc显示前十页访问Cookie?
答案 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