Click or drag to resize
StringHelperDecodeHtmlTagChar Method
对字符串中的大于号及小于号进行Html解码

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string DecodeHtmlTagChar(
	string input
)

Parameters

input
Type: SystemString
要进行解辑的字符串

Return Value

Type: String
返回解码后的字符串
See Also