SPEncode.HtmlEncode 方法

将指定的字符串编码,以便在 HTML 中使用的特殊字符进行编码作为 HTML 实体。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Shared Function HtmlEncode ( _
    str As String _
) As String
用法
Dim str As String
Dim returnValue As String

returnValue = SPEncode.HtmlEncode(str)
public static string HtmlEncode(
    string str
)

参数

返回值

类型:System.String
传递给方法的字符串的已编码的版本。

备注

HtmlEncode方法,如下所示将字符转换为实体:

  • < 到 & lt ;

  • > 到 & gt ;

  • & 到 & 聊天

  • "向 & quot;

  • 向 & #39;

另请参阅

引用

SPEncode 类

SPEncode 成员

Microsoft.SharePoint.Utilities 命名空间