11,567 questions
I agree with you it should not include the :80. You should be able to submit an edit to the doc if you are signed in
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
https://learn.microsoft.com/en-us/dotnet/api/system.uri?view=net-6.0
code snippet Uri uri = new Uri("https://user:******@www.contoso.com:80/Home/Index.htm?q1=v1&q2=v2#FragmentName");
using https with 80 port. I think this example url is not suitable and invalid. By the way, is there a function about validating url https with 443, http with 80?
Thanks
I agree with you it should not include the :80. You should be able to submit an edit to the doc if you are signed in