Manager.MakeFullLink(String, String, String) Method

Definition

Returns a full URL for the passed-in link, code base, and application.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static System::String ^ MakeFullLink(System::String ^ link, System::String ^ CodeBase, System::String ^ Application);
public static string MakeFullLink (string link, string CodeBase, string Application);
static member MakeFullLink : string * string * string -> string
Public Shared Function MakeFullLink (link As String, CodeBase As String, Application As String) As String

Parameters

link
String

The link portion of the address, which can be relative.

CodeBase
String

The code base portion of the address.

Application
String

The application portion of the address.

Returns

A full link to the specified application.

Applies to