asp.net-routing
ASP.NET 4 routing question
I am trying to do the following in my Global.asax file: At the moment i have to define my route like this:[详细]
2023-02-07 04:27 分类:问答GetVirtualPath returns the first route
Got a strange problem with my project routes. Here are my routes: // pennames routes.MapRoute( \"pennames\", // Route name[详细]
2023-02-03 11:02 分类:问答How do I route images through ASP.NET routing?
I\'d like to create a dynamic thumbnail resizer so that you can use the following URL to get a resized image:[详细]
2023-01-31 17:51 分类:问答ASP.NET routing with a NOT equal to constraint
I have a route like so: routes.MapRoute ( \"Profile\", \"profile/{username}\", new { controller = \"Profile\", action = \"Index\" },[详细]
2023-01-30 02:37 分类:问答ASP.NET routing: Literal sub-segment between tokens, and route values with a character from the literal sub-segment
The reason I\'m asking is because IIS protects certain ASP.NET folders, like Bin, App_Data, App_Code, etc. Even if the URL does not map to an actual file system folder IIS rejects a URL with a path se[详细]
2023-01-27 21:44 分类:问答RouteLink with dynamic parameters
I\'m trying to store routes in database, and list those based on parameters开发者_开发技巧. Kinda like:[详细]
2023-01-19 06:21 分类:问答ASP.NET MVC 2 Point Return Links to Appropriate View
The default scaffolded views generated by ASP.NET MVC 2 contain links such as: <%: Html.ActionLink(\"Back to List\", \"Index\") %>[详细]
2023-01-17 14:32 分类:问答After throwing a Security Exception, redirect to Login page
I\'m using WebForms and Asp.Net Routing. When trying to implement security on a members folder, I\'m following the directions here :[详细]
2023-01-16 09:47 分类:问答Can ASP.NET Routing be used to create "clean" URLs for .ashx (IHttpHander) handlers?
I have some REST services using plain old IHttpHandlers.I\'d like to generate cleaner URLs, so that I don\'t have the .ashx in the path.Is there a way to use ASP.NET routing to create routes that map[详细]
2023-01-09 03:08 分类:问答Advanced ASP.NET MVC routing scenario
I have an ASP.NET MVC app with the following deployment requirements: The URL structure must be something like:[详细]
2023-01-08 09:50 分类:问答