Share via


NativeImage.Url Property

Definition

Gets the source URI of the icon or main image file for the native ad.

public:
 property Platform::String ^ Url { Platform::String ^ get(); };
winrt::hstring Url();
public string Url { get; }
var string = nativeImage.url;
Public ReadOnly Property Url As String

Property Value

System.String

The source URI of the icon or main image file for the native ad.

Applies to

See also