Click or drag to resize

HtmlDocumentRemoveTag Method

Removes the tag.

Namespace: Scanjour.Workflow4.Web.Services.Helpers.Html
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void RemoveTag(
	string tagName
)

Parameters

tagName  String
Name of the tag.
Exceptions
ExceptionCondition
InvalidOperationExceptionInvalid opening/closing tag order.
See Also