dll中存在以下方法System.Web.Security
Dll: System.Web.Security
File: CookielessHelper.cs
Method:
// This function is called for all requests -- it must be performant.
// In the common case (i.e. value not present in the URI, it must not
// look at the headers collection
internal void RemoveCookielessValuesFromPath()
{ ... }
我需要哪些步骤才能在此方法中设置断点以便找出一些东西?
我还安装了 ReSharper 7。
我已经尝试了一些事情,但无法弄清楚如何做到这一点。我最接近的是逐步完成一些 ASP.NET MVC 代码,但不是一些更核心的东西,比如这个。