Hi ,
I am using silverlight application and i want to fetch current organization(serverUrl) used by user.how can I fetch .
I want to use this in Xaml page.
suppose in javascript we are using
var serverUrl = location.protocol + "//" + location.host;
exactly i perform this but using silverlight application how can I achieve?
Can you please help me?