Removes the HTML from head.


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

Syntax

Visual Basic (Declaration)
Public Sub RemoveHtmlFromHead( _ 
   ByVal tagName As String _ 
)
C#
public void RemoveHtmlFromHead(
   string tagName
)
C++
public:
 void RemoveHtmlFromHead(
   String tagName
) sealed 
J#
public void RemoveHtmlFromHead(
   string tagName
)
JScript
public  function RemoveHtmlFromHead(
   tagName : String
)

Parameters

tagName
Name of the tag.

See Also