Manager.GetSiteName(String) 方法
定义
获取指定 URL 的站点名称。Gets the site name for the specified URL.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static System::String ^ GetSiteName(System::String ^ pURL);
public static string GetSiteName (string pURL);
static member GetSiteName : string -> string
Public Shared Function GetSiteName (pURL As String) As String
参数
- pURL
- String
目标 URL。The target URL.
返回
指定 URL 的站点名称。The site name for the specified URL.