where and when navigation target url is retrieved by Framework

Created by Jerry Wang, last modified on Jan 17, 2015

When you click on a tile UI, framework will pick up the tile corresponding navigation url:
image

onPress event, the setting navigationTarget URL:
clipboard2

Ready to parse the application corresponding url:
clipboard3
do the application url encoding:
clipboard4
a request and get response to the backend initiated by Odata:
clipboard5
response in Chrome:
image

Guess you like

Origin blog.csdn.net/i042416/article/details/92983984