HtmlDocumentRemoveTag Method |
Removes the tag.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.HtmlAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic void RemoveTag(
string tagName
)
Public Sub RemoveTag (
tagName As String
)
public:
void RemoveTag(
String^ tagName
)
member RemoveTag :
tagName : string -> unit
Parameters
- tagName String
- Name of the tag.
Exceptions
See Also