سؤال

I'm exploring source code from http://aspnetwebstack.codeplex.com/. But I can't find UrlRoutingModule from System.Web.Routing.

Where can I get it?

هل كانت مفيدة؟

المحلول

Sadly, System.Web.Routing isn't apart of the of the open source ASP.NET stack. Though you can view the source code on the new(ish) Reference Source site. For instance http://referencesource.microsoft.com/#System.Web/xsp/system/Web/Routing/UrlRoutingModule.cs is the UrlRoutingModule you are looking for. You could also use an disassembler like dotpeek to look at a DLL and see the source code.

نصائح أخرى

Use .NET Reflector, you can see the source code.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top