ServicePRO SDK Help

clsSharedFunctions..::..FilterHtmlTag Method

Filters invalid html from html string

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public static string FilterHtmlTag(
	string sHtml,
	bool isFromServer
)
Public Shared Function FilterHtmlTag ( _
	sHtml As String, _
	isFromServer As Boolean _
) As String

Parameters

sHtml
Type: String
Source html
isFromServer
Type: Boolean

Return Value