summaryM:DotNetNuke.Services.Search.Internals.ISearchHelper.StripTagsNoAttributes(System.String,System.Boolean)

Namespace: DotNetNuke.Services.Search.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string StripTagsNoAttributes(
	string html,
	bool retainSpace
)
Visual Basic
Function StripTagsNoAttributes ( 
	html As String,
	retainSpace As Boolean
) As String

Parameters

html
Type: System..::..String
paramhtmlM:DotNetNuke.Services.Search.Internals.ISearchHelper.StripTagsNoAttributes(System.String,System.Boolean)
retainSpace
Type: System..::..Boolean
paramretainSpaceM:DotNetNuke.Services.Search.Internals.ISearchHelper.StripTagsNoAttributes(System.String,System.Boolean)

Return Value

returnsM:DotNetNuke.Services.Search.Internals.ISearchHelper.StripTagsNoAttributes(System.String,System.Boolean)

See Also