Monday, May 14, 2018

.net/core mvc when I have no control over urls

Is this possible? I need to create forms for a 3rd party and have no control over their URLs (for SEO reasons) and will have no foreknowledge of said URLs.

Could I perhaps create a dotnet core webservice and somehow still return a view? And then call this service with ajax on the client side? This would nearly be the preferable option to be honest! I see the Web API Controller returns an ActionResult just like MVC Controller does...

.net/core mvc when I have no control over urls Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team