Manager.MakeFullLink(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.