> For the complete documentation index, see [llms.txt](https://docs.gapvelocity.ai/webmap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gapvelocity.ai/webmap/general/frontend/documentation/winforms-angular-components/web-components/kendoui-components/webbrowser.md).

# WebBrowser

Adds supports for \[System.Windows.Forms.WebBrowser]\(<https://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser(v=vs.110).aspx>)

## Implementation  Details

> **Component Selector:** 'wm-webbrowser'

## Class inheritance

WebBrowser component extends [ControlComponent](/webmap/general/frontend/documentation/winforms-angular-components/web-components/base-components/control-component.md).

## PME Support

### Properties

| Property       | Get/Set | Notify Changes | Details                                                       |
| -------------- | ------- | -------------- | ------------------------------------------------------------- |
| url : string   | Yes     | No             | Gets the url to render a web page that comes from the server. |
| openFile: bool | Yes     | No             | Gets the OpenFile property value                              |

### Methods

| Method | Supported | Details |
| ------ | --------- | ------- |
| None   | None      | None    |

### Events

| Event | Supported | Parameter | Details |
| ----- | --------- | --------- | ------- |
| None  | None      | None      | None    |
