FeedResourceRequest.Uri Property

Definition

Gets the URI of the requested resource.

public:
 property Platform::String ^ Uri { Platform::String ^ get(); };
winrt::hstring Uri();
public string Uri { get; }
var string = feedResourceRequest.uri;
Public ReadOnly Property Uri As String

Property Value

String

Platform::String

winrt::hstring

The URI of the requested resource.

Applies to