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.
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.