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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.