Codeunit 3060 Uri in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Init | (Text) | public | - | |
| GetAbsoluteUri | () | Text | public | - |
| GetScheme | () | Text | public | - |
| GetHost | () | Text | public | - |
| GetPort | () | Integer | public | - |
| GetAbsolutePath | () | Text | public | - |
| GetQuery | () | Text | public | - |
| GetFragment | () | Text | public | - |
| GetSegments | (var List) | public | - | |
| EscapeDataString | (Text) | Text | public | - |
| UnescapeDataString | (Text) | Text | public | - |
| IsValidUri | (Text) | Boolean | public | - |
| GetUri | (var DotNet Uri) | public | - | |
| SetUri | (DotNet Uri) | public | - |