Ahmadali Shafiee
Ahmadali Shafiee

Reputation: 4657

how to route like file path in MVC?

I want to create a cloud file storage and I want to have site.com/dir1/dir2/dir3/dir4/file.txt URL and manage it.

what route should I add to manage this kind of URLs?

Upvotes: 0

Views: 57

Answers (1)

tucaz
tucaz

Reputation: 6684

Look for Asp.Net MVC Routing with Wildcards such as in http://www.aspnet101.com/2010/04/asp-net-mvc-routing-wildcard-parameters/

Upvotes: 2

Related Questions