How mobile controls determine if use WML or HTML to render. Which property in browser capabilities is used to determine this? Any document on this?
Thanks a ton.
From: http://msdn.microsoft.com/en-us/library/t32t3y06.aspx
The WML adapter set is selected if the PreferredRenderingType property of the MobileCapabilities class returns PreferredRenderingTypeWml11 or PreferredRenderingTypeWml12.
I find it. Thank you.