Codeunit 3061 Uri Builder in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Init | (Text) | public | - | |
| SetScheme | (Text) | public | - | |
| GetScheme | () | Text | public | - |
| SetHost | (Text) | public | - | |
| GetHost | () | Text | public | - |
| SetPort | (Integer) | public | - | |
| GetPort | () | Integer | public | - |
| SetPath | (Text) | public | - | |
| GetPath | () | Text | public | - |
| SetQuery | (Text) | public | - | |
| GetQuery | () | Text | public | - |
| SetFragment | (Text) | public | - | |
| GetFragment | () | Text | public | - |
| GetUri | (var Codeunit Uri) | public | - | |
| AddQueryFlag | (Text, Enum Uri Query Duplicate Behaviour) | public | - | |
| AddQueryFlag | (Text) | public | - | |
| AddQueryParameter | (Text, Text, Enum Uri Query Duplicate Behaviour) | public | - | |
| AddQueryParameter | (Text, Text) | public | - |