Binding a media document to Image controls
Make sure the media file is uploaded to your app.
note
Media support is relevant for the Source property of the Image control.
-
Add an Image control to your app.
-
Open the Expression editor for the Source property.
noteImage controls accept the
IResourcedata types.To reference a new
IResourceobject, enter the following expression in the Source field: assignmentnew IResource("https://imageURL.png") -
To bind the media file, use the following expression:
Media.<file_name>