App.ImageServerPath is unknown

Hello

I used the Essentials UI to add a Profile Page and i see in the ViewModel the code

 return App.ImageServerPath + this.profileImage;

But the App does not contain a definition of ImageServerPath

How can i solve this?

Thank you


1 Reply

YP Yuvaraj Palanisamy Syncfusion Team August 10, 2021 05:18 AM UTC

Hi KOUSINOVALIS KOSTAS, 
 
Greetings from Syncfusion. 
 
We would like to let you know that the images used in the Essential UI Kit project are accessed from our server. And the mentioned ‘ImageServerPath’ is defined in the ‘App.xaml.cs’ file.  
 
 
Code Snippet 
public static string ImageServerPath { get; } = "https://cdn.syncfusion.com/essential-ui-kit-for-xamarin.forms/common/uikitimages/";   
 
Please let us know if you have any concern.  
 
Regards, 
Yuvaraj. 


Loader.
Up arrow icon