SharedWorkspace.URL 属性

定义

返回共享工作区的顶级统一资源定位符 (URL) 。

public:
 property System::String ^ URL { System::String ^ get(); };
public string URL { get; }
member this.URL : string
Public ReadOnly Property URL As String

属性值

注解

URL 属性以以下格式返回共享工作区的地址:http://server/sites/user/workspace/.

URL 属性返回 URL 编码的字符串。 例如,文件夹名称中的空格用 %20 表示。

适用于