Q26_211_20240331125926.jpg | FuOverflow Community
  • Cùng tham gia cộng đồng FuOverflow trên Facebook  www.facebook.com/groups/fuoverflow

  • Ra mắt hệ thống Check điểm các môn thi sớm để về quê tự động, nhanh chóng tại FUO - Check score
    Check không đúng cam kết sẽ hoàn tiền

Q26_211_20240331125926.jpg
Misa

Q26_211_20240331125926.jpg

Console.WriteLine($"{info. PathAndQuery}: {info. Query}: {info. Fragment}");
(Choose 1 answer)
class Program{
static void Main(string[] args){
Uri info = new Uri("https://www.asp.net:80/info?id=P001#fragment");
Console.ReadKey():
Which one of the following is the output of the above code?
A. asp.net/info?id=P001;?id=P001;#fragment
B. asp.net/info?id=P001:P001;#fragment
C. /info:?id=P001:#fragment
D. /info?id=P001:?id=P001:#fragment
Rsh
Q: 26