新微赢技术网

标题: ASP.NET中Server对象的方法 [打印本页]

作者: 王者风范    时间: 2009-3-16 15:10
标题: ASP.NET中Server对象的方法
本文给大家简单介绍一下 ASP.NET 中的 Server 对象的方法,初学者可以当个参照表来用。
  urIEncode 将URL字符串编码,语法格式为:
以下是引用片段:
  UrlEncode(ByVal String As String)As String
  urIDecode 将编码后的URL字符串解码,语法格式为:
以下是引用片段:
  UrlDecode(ByVal String As String)As String
  MaDPath 取得文件的实际路径,语法格式为:
以下是引用片段:
  MapPath(ByVal path As String)As String
  HtmlEncode 将字符串编码为HTML数据,语法格式为:
以下是引用片段:
  HtmlEncode(ByVal String As String)As String
  HtmlDecode 将HTML编码后的数据解码还原为HTML,语法格式为:
以下是引用片段:
  HtmlDecode(ByVal String As String)As String
  CreateObjectStatic 用ProglD建立COM组件,语法格式为:

以下是引用片段:
  CreateObjectStatic(ByVal ProglD As String)As Object
  CreateObjectFromClsid 用CLSID建立COM组件,语法格式为:
以下是引用片段:
  CreateObjectFromClsid(ByVal Clsld As String)As Object
  CreateObject 建立COM组件,语法格式为:
以下是引用片段:
  CreateObiect(BVVal Pro~ID As String)AS 0biect
作者: cool    时间: 2010-1-23 11:05
楼主的帖子,就好比黑暗中刺裂夜空的闪电,又好比撕开乌云的阳光
作者: 成哥    时间: 2010-3-9 15:05
我现在终于明白我缺乏的是什么了,正是楼主那种对真理的执着追求和楼主那种对理想的艰苦实践所产生的厚重感。




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2