SPEncode.HtmlDecode 方法
解码指定已编码的字符串,将 HTML 字符替换为实体。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function HtmlDecode ( _
str As String _
) As String
用法
Dim str As String
Dim returnValue As String
returnValue = SPEncode.HtmlDecode(str)
public static string HtmlDecode(
string str
)
参数
str
类型:System.String要解码的字符串。
返回值
类型:System.String
传递给方法的字符串解码的版本。
备注
HtmlDecode方法将转换,例如,"& lt ;HTML & gt;"到"< HTML >"。