搜索|收藏|地图|订阅|图片|论坛|奥运

ASP.NET中Server对象的方法

来源:天极网 编辑:若水 时间:2008-05-14
 本文给大家简单介绍一下 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
最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?