API/Controllers
[Route("api/treeview/FetchItems")]
[ApiController]
public class TreeViewController
{
[HttpGet("{id}")]
public Dictionary GetTreeViewItem(WebTreeView tv)
{
//...
}
}
Last updated
Was this helpful?
[Route("api/treeview/FetchItems")]
[ApiController]
public class TreeViewController
{
[HttpGet("{id}")]
public Dictionary GetTreeViewItem(WebTreeView tv)
{
//...
}
}
Last updated
Was this helpful?
Was this helpful?