SiteInfoProviderGetSiteNameFromUrl Method |
Returns site name from url.
Namespace: CMS.SiteProviderAssembly: CMS.SiteProvider (in CMS.SiteProvider.dll) Version: 12.0.0
Syntax public static string GetSiteNameFromUrl(
string url,
string appPath = null
)
Parameters
- url
- Type: SystemString
Url - appPath (Optional)
- Type: SystemString
Application path.
Return Value
Type:
StringRemarks See Also