HttpChannel.GetUrlsForUri(String) Method

Definition

Returns an array of all the URLs for an object with the specified URI, hosted on the current HttpChannel.

public:
 virtual cli::array <System::String ^> ^ GetUrlsForUri(System::String ^ objectURI);
public string[] GetUrlsForUri (string objectURI);
abstract member GetUrlsForUri : string -> string[]
override this.GetUrlsForUri : string -> string[]
Public Function GetUrlsForUri (objectURI As String) As String()

Parameters

objectURI
String

The URI of the object for which URL's are required.

Returns

String[]

An array of the URLs for an object with the specified URI, hosted on the current HttpChannel.

Implements

Remarks

This method is used by GetUrlsForObject.

Applies to

See also