Removes Inline CSS Styles

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string RemoveInlineStyle(
	string HTML
)
Visual Basic
Public Shared Function RemoveInlineStyle ( 
	HTML As String
) As String

Parameters

HTML
Type: System..::..String
The HTML content to clean up

Return Value

The cleaned up string

See Also