> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for UrlEncoding

> Lists the enum values for UrlEncoding.

## UrlEncoding Enum

Encoding for url

| Name    | Value | Description |
| ------- | ----- | ----------- |
| Unknown | 0     | Unknown     |
| None    | 1     | No encoding |
| ANSI    | 2     | ANSI        |
| Unicode | 3     | Unicode     |

## Usage

* [TaskMenu](../taskmenu).encoding - List items to merge into menues


## Related topics

- [Enum UrlEncoding](/en/automation/crmscript/reference/CRMScript.NetServer.UrlEncoding.md)
- [SuperOffice.WebApi.Data.UrlEncoding](/en/api/reference/webapi/SuperOffice.WebApi.Data.UrlEncoding.md)
- [SuperOffice.WebApi.Data.WebPanelEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebPanelEntity.md)
- [urlencoding](/en/api/mdo-providers/reference/urlencoding.md)
- [SuperOffice.WebApi.Data.TaskMenu](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskMenu.md)
- [Url encoding](/en/customization/web-panels/admin/url-encoding.md)
