How would you accomplish these in ASP.NET Webforms 4.0 Routing;
Thanks.
You can specify ignore routes to ignore routing for your static handlers, for the static content part (though routing, if the static file exists, normally gets routed directly to the file no problem).
I believe the method you want to use though is MapPageRoute for web forms, which is for web forms. See this for examples: http://msdn.microsoft.com/en-us/library/system.web.routing.routecollection.mappageroute%28VS.100%29.aspx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With