SPForm.Url property
取得表單的 Web 站台 – 相對 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Url As String
Get
'用途
Dim instance As SPForm
Dim value As String
value = instance.Url
public string Url { get; }
Property value
Type: System.String
字串,包含 Web 站台 – 相對 URL。