將字串轉換為 HTML 編碼的字串。
例如:
publicstringWelcome(string name,int numTimes =1){ returnHttpUtility.HtmlEncode("Hello "+ name +", NumTimes is: "+ numTimes);}