JHString.GetWithoutHTML Method

DCSoft.DBUtilityGeneric

JHStringGetWithoutHTML Method
返回一个字符串,该字符串已经去除 HTML 相关标记

Namespace: DCSoft.Utility.Text
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetWithoutHTML(
	string htmlText
)

Parameters

htmlText
Type: SystemString
待处理的字符串

Return Value

Type: String
返回去除 HTML 的字符串
See Also