Removes the HTML from head.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function RemoveHtmlFromHead( _ 
   ByVal documentHtml As String,  _ 
   ByVal tagName As String _ 
) As String
C#
public static string RemoveHtmlFromHead(
   string documentHtml,
   string tagName
)
C++
public:
 static String RemoveHtmlFromHead(
   String documentHtml,
   String tagName
)
J#
public static string RemoveHtmlFromHead(
   string documentHtml,
   string tagName
)
JScript
public static  function RemoveHtmlFromHead(
   documentHtml : String,
   tagName : String
) : String

Parameters

documentHtml
The document HTML.
tagName
Name of the tag.

See Also