本文給大家簡單介紹一下 ASP.NET 中的 Server 對象的方法,初學者可以當個參照表來用。
urIEncode 將URL字符串編碼,語法格式為:
以下是引用片段:
UrlEncode(ByValStringAsString)AsString
urIDecode 將編碼後的URL字符串解碼,語法格式為:
以下是引用片段:
UrlDecode(ByValStringAsString)AsString
MaDPath 取得文件的實際路徑,語法格式為:
以下是引用片段:
MapPath(ByValpathAsString)AsString
HtmlEncode 將字符串編碼為HTML數據,語法格式為:
以下是引用片段:
HtmlEncode(ByValStringAsString)AsString
HtmlDecode 將HTML編碼後的數據解碼還原為HTML,語法格式為:
以下是引用片段:
HtmlDecode(ByValStringAsString)AsString
CreateObjectStatic 用ProglD建立COM組件,語法格式為:
以下是引用片段:
CreateObjectStatic(ByValProglDAsString)AsObject
CreateObjectFromClsid 用CLSID建立COM組件,語法格式為:
以下是引用片段:
CreateObjectFromClsid(ByValClsldAsString)AsObject
CreateObject 建立COM組件,語法格式為:
以下是引用片段:
CreateObiect(BVValPro~IDAsString)AS0biect