Thank you Dominique for your hits! I am a brand new in REST API, so I spend these days learning it. But turns out the metadata has already been prepared in html files and I need to use the right button click event to display those html pages. So I use below method to open a new browser window to display the html pages. But I feel very happy that I know that if I want to get access to the sublayer's metadata, I need to resort to REST API. Thank you very much 🙂
string htmluri = "something";
HtmlPage.Window.Navigate(new Uri(htmluri), "");