PRN221_-_FA_2024_-_RE_3088.webp
Q

PRN221_-_FA_2024_-_RE_3088.webp

Kizspy | Question: 33
(Choose 1 answer)
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?
A. https;www.asp.net;80
B. http;asp.net;80
C. https;www.asp.net;id=123
D. https;#fragment;80

Thông tin

Category
PRN221
Thêm bởi
QuocAnh91
Ngày thêm
Lượt xem
993
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom