Click or drag to resize
StringHelperDecodeHtmlTag Method
将字符串进行Html解码,是EncodeHtmlTag(String)的反编辑

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

Parameters

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

Return Value

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