Utility.EnsureQualifiedRootUrl(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.
This takes a relative URI and prepends the CRM URL to create a fully qualified URL without the ORG name if it appears after the hostname.
public:
static System::String ^ EnsureQualifiedRootUrl(System::String ^ crmurl);
public static string EnsureQualifiedRootUrl (string crmurl);
static member EnsureQualifiedRootUrl : string -> string
Public Shared Function EnsureQualifiedRootUrl (crmurl As String) As String
Parameters
- crmurl
- String
Specifies the absolute or relative CRM URL
Returns
An absolute URL without the ORG name