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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.