获取包括任何查询字符串的浏览器请求的完整原始 URL。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected ReadOnly Property CurrentRequestUrlAndQuery As String
Get
用法
Dim value As String
value = Me.CurrentRequestUrlAndQuery
protected string CurrentRequestUrlAndQuery { get; }
属性值
类型:System.String
表示的完整原始 URL 和查询字符串,如果有String 。