# Content

- [Label](https://docs.wisej.com/docs/controls/content/label.md): Represents a label control.
- [LinkLabel](https://docs.wisej.com/docs/controls/content/linklabel.md): Represents a label control that can display hyperlinks.
- [PictureBox](https://docs.wisej.com/docs/controls/content/picturebox.md): Represents an image control.
- [ScrollBars](https://docs.wisej.com/docs/controls/content/scrollbars.md): Implements the basic functionality of a scroll bar control.
- [Upload](https://docs.wisej.com/docs/controls/content/upload.md): Represent an upload widget. Allows users to selected one or more files and upload them to the server.
- [AspNetPanel](https://docs.wisej.com/docs/controls/content/aspnetpanel.md): Represents a control that can host ASP.NET or MVC pages within a Wisej.NET application.
- [ImageList](https://docs.wisej.com/docs/controls/content/imagelist.md): Provides methods to manage a collection of Image objects. This class cannot be inherited.
- [PdfViewer](https://docs.wisej.com/docs/controls/content/pdfviewer.md): Represents a PdfViewer control that can display a pdf document in the browser either using the native pdf viewer, the pdf.js viewer, Google docs, or a custom viewer.
- [ProgressBar](https://docs.wisej.com/docs/controls/content/progressbar.md): Represents a progress bar control.
- [Spacer](https://docs.wisej.com/docs/controls/content/spacer.md): Represents a spacer control. It can be used to add a space between controls in a layout panel. It is not rendered on the client.
- [Widget](https://docs.wisej.com/docs/controls/content/widget.md): Provides a generic widget that can use most third party JavaScript widgets.
- [WebBrowser](https://docs.wisej.com/docs/controls/content/webbrowser.md): Represents a web browser control that enables the user to navigate web pages inside a form or a page.
- [IFramePanel](https://docs.wisej.com/docs/controls/content/iframepanel.md): Represents a control that displays any html file in an IFrame element.
- [HtmlPanel](https://docs.wisej.com/docs/controls/content/htmlpanel.md): Represents a control that displays any HTML file and a corresponding CSS style sheet as embedded HTML.
- [Canvas](https://docs.wisej.com/docs/controls/content/canvas-1.md): Represents the HTML5 canvas element.
- [Shape](https://docs.wisej.com/docs/controls/content/shape.md): Represents a shape control. Displays an element a border in any of the four sides.
- [Line](https://docs.wisej.com/docs/controls/content/line.md): Represents a line control.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wisej.com/docs/controls/content.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
