this is my code
private void btnKeywords_Click(object sender, EventArgs e)
{
string document = string.Empty;
if (chkDocument.Checked == true)
{
document = txtDocument1.Text.Trim() + " " + txtDocument2.Text.Trim();
} else
{
document = txtDocument1.Text.Trim();
}
string result = clas.keywords(document);
// var jsonString = Newtonsoft.Json.JsonConvert.SerializeObject(result);
dynamic response = JsonConvert.DeserializeObject(result);
List Kewordlist = response.keywords.ToObject
- >();
//List
Mageshwaran RPosted Nov 21, 2019, 11:19 AM
Amit MohantyPosted Jul 25, 2019, 4:03 AM
Sivakumar KonetiPosted Jul 25, 2019, 3:51 AM
Misbah UlahPosted Jul 25, 2019, 3:48 AM
Misbah UlahPosted Jul 25, 2019, 3:48 AM