- 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.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- scikit-learn Cookbook
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Learning ArcGIS Pro 2
- Mastering PHP Design Patterns
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)習(xí)題解答與上機(jī)指導(dǎo)
- 51單片機(jī)C語言開發(fā)教程
- Hands-On Kubernetes on Windows
- Unity Character Animation with Mecanim
- 軟件體系結(jié)構(gòu)
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- INSTANT Apache ServiceMix How-to
- Angular Design Patterns
- JavaScript編程精解(原書第2版)