23
我最近開始使用LINQPad來測試零碎和它的一個很好的節省時間。LINQPad 4不知道HttpUtililty - 如何解決?
但是,有時它會給我一些小問題的錯誤。
當我要測試的這款:
HttpUtility.UrlPathEncode("Make sure");
我得到這個錯誤:The name 'HttpUtility' does not exist in the current context
。
有沒有辦法讓它識別像HttpUtility這樣的基本東西?
我只是試着寫:
System.Web.HttpUtility.UrlPathEncode("Make sure")
,我這個所示:The type or namespace name 'HttpUtility' does not exist in the namespace 'System.Web'
謝謝。這有幫助。 – iamserious 2011-02-16 15:25:46