A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Closed question.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
CANCEL QUESTION****
Please don't respond - I found the answer. Just wish I could delete this.
I'm learning to build a uri from a tutorial online, that uses ASP.NET Web App.
The author uses HttpRequestBase.Request, with the properties "Params", "UrlScheme", and "UrlAuthority".
Any suggestions on how to rewrite that for Core 3.1?
E.g., string basURI = Request.UrlScheme + "//" + Request.UrlAuthority + "Home/PaymentWithPayPal?";
should instead look like what?
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.