🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

MVCBrowserHistory

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

MVCBrowserHistory

A simple browser history for ASP.NET MVC. Download and browse to <project url>/History See ReadMe_MVCBrowser.txt

1.0.6
NuGet
Version published
Maintainers
1
Created
Source

You have installed MVC Browser history After some clicks , you can browse to http:///history

And see what links have you clicked in MVC.

If you want to test it, you can see in action at http://browserhistory.apphb.com/

Detailed history of creating project at http://msprogrammer.serviciipeweb.ro/category/browserhistory/

Source code at https://github.com/ignatandrei/MVCbrowserHistory

Enjoy! Andrei Ignat

PS:

What can you do next:

  • You can remove dependency from take code from WebActivator

In order to do that , you must copy code from \App_Start\MVCBrowserStart.cs and put into various folders -

//this belongs to filters GlobalFilters.Filters.Add(new BrowserHistory.Models.BrowserUserHistoryFilter());

//this belongs to global.asax, Application_Start ObjectFactory.Configure(ce => ce.For().Use()); //uncomment those for sql server / sql server ce //ObjectFactory.Configure(ce => ce.For().Use());

  • You can add a link for your users for http:///history - such as

@Html.ActionLink("History", "Index", "History")

If you have T4MVC, this will be @Html.ActionLink("History", MVC.History.Index())

Keywords

MVC

FAQs

Package last updated on 24 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts