WebApiContrib / WebAPIContrib.Core

Community Contributions for ASP.NET Core
MIT License
461 stars 116 forks source link

Does WebApiContrib.Core.WebPages support use of "UrlData[0]"? #61

Open JanSichula opened 8 years ago

JanSichula commented 8 years ago

Hello,

I am excited about WebApiContrib.Core.WebPages as it should potentially enable us to quickly and easily migrate our small internal church video archive to ASP.NET Core 1.0 with hosting on Linux. However, does this implementation support use of "UrlData[0]" as documented in http://www.asp.net/web-pages/overview/routing/creating-readable-urls-in-aspnet-web-pages-sites? Our video site is making heavy us of "UrlData[0]" without which I will have to rewrite the project to full MVC. Now I am new to MVC with minimal experience and would rather simply keep this site based on WebPages model for the time being.

filipw commented 8 years ago

No not at the moment, sorry