19
Answer (Choose 1 answer)
A. https:#fragment; 80
B. https:www.asp.net;id=123
C. http:asp.net:80
D. https:
www.asp.net:80
}
class Program{
static void Main(string[] args){
Uri info = new Uri("
https://www.asp.net:80/info?id=123#fragment");Console.WriteLine($"{info.Scheme}; {info.Host}; {info.Port}");Console.ReadKey();
}
Which one of the following is the output of the above code?