How get physical path from a static path (cdn) in c # net core
I have my cdn pointing to a different path to my project
I have my cdn pointing to a different path to my project
I have a project in which you are able to register posts with specific UID and other people would be able to access that post by using that post’s UID as a subdomain.
In an ASP.NET Blazor App with Identity I have a page with the page routing
I need to use the following route for all the basic controller of my project :
My ASP.NET MVC 5 project is multilingual and I use culture to change the language.
I have code that runs on application start that prefixes all of my routes with a {lang} parameter.
I want to create a URL re-director in c#, so whenever my MVC application base url is hit with parameters i want to redirect it to other url based on parameters in the url (site, folder, file, id, etc)
Eg: http://localhost:8080/site/folder/file/id or http://localhost:8080/site/folder/file or http://localhost:8080/site/folder etc.
So request url can be of any type, only base url will be fixed.
I have been searching for a solution to this problem for a couple of days but it has me stumped.
I have an app in which I post some JSON data to my server and then create an object that will later be added to a database.This is done by the “Save” method in my “SendItemsController”:
I am new to ASP.Net MVC and facing a problem. Here it is.