- Dynamics 365 Application Development
- Deepesh Somani Nishant Rana
- 129字
- 2021-06-30 19:09:37
Passing parameters to a URL from the site map
As we saw earlier, the Subarea component has a Parameter Passing checkbox property. It specifies whether to pass information about the organization and language context to the URL. The property is only available for Subareas of type web resource or URL. Suppose we have the following URL defined in our URL property of Subarea:
http://mydomain/mypage.aspx.
Checking the Parameter Passing checkbox will pass the following parameters to it:
http://mydomain/mypage.aspx/?orglcid=1033&orgname=org29d341dd&userlcid=1033.
- orglcid: language code identifier of the base language of the organization
- orgname : unique name of the organization
- userlcid: language code identifier used by the current user
This information could be used to create solutions that support multiple languages.
Creating solutions that support multiple languages is detailed at https://msdn.microsoft.com/en-us/library/hh670609.aspx#Anchor_0.
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- PyTorch自動駕駛視覺感知算法實戰
- Rust實戰
- Visual Basic編程:從基礎到實踐(第2版)
- C# 從入門到項目實踐(超值版)
- Flink SQL與DataStream入門、進階與實戰
- INSTANT Sencha Touch
- Git高手之路
- JavaScript前端開發與實例教程(微課視頻版)
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Django實戰:Python Web典型模塊與項目開發
- Python商務數據分析(微課版)
- Oracle實用教程
- 大數據時代的企業升級之道(全3冊)
- Using Yocto Project with BeagleBone Black