C# Class wmib.Core.HTML

This class allow you to do some elementar operations with web pages
Mostra file Open project: benapetr/wikimedia-bot

Public Methods

Method Description
AddKey ( string name, string value ) : string

Insert another table row

AddLink ( string name, string value ) : string

Insert another table row

Method Details

AddKey() public static method

Insert another table row
public static AddKey ( string name, string value ) : string
name string
value string
return string

AddLink() public static method

Insert another table row
public static AddLink ( string name, string value ) : string
name string
value string
return string